DEV Community

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

Posted on

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)