DEV Community

Cover image for Create API Gateway Integration for SQS with CDK.
Sebastian for AWS Heroes

Posted on

3

Create API Gateway Integration for SQS with CDK.

Most people know Amazon API Gateway from building HTTP interfaces for AWS Lambda functions. But, you can use API Gateway to call a variety AWS APIs using HTTPS. This post shows how to create an HTTPS interface for Amazon SQS using the AWS Cloud Development Kit without using AWS Lambda.

AWS CDK: Amazon API Gateway integration for SQS

Top comments (0)

Billboard image

The Next Generation Developer Platform

Coherence is the first Platform-as-a-Service you can control. Unlike "black-box" platforms that are opinionated about the infra you can deploy, Coherence is powered by CNC, the open-source IaC framework, which offers limitless customization.

Learn more

👋 Kindness is contagious

Please leave a ❤️ or a friendly comment on this post if you found it helpful!

Okay