Skip to content

Article from Kelvin Xu

Creating an API Gateway to SQS direct connection using CloudFormation

August 04, 2022Kelvin Xu5 min read

React Native

A common way of enqueuing messages to an AWS Simple Queue Service (SQS) is by sending a POST request to an endpoint hosted by an API Gateway. Using the AWS console, you can easily set up this connection between the API Gateway and SQS. However, we can also create this connection in CloudFormation…

Continue reading →