An open API service indexing awesome lists of open source software.

https://github.com/jareechang/aws-webhook-series-part-3

Setup API Gateway and SQS with AWS Lambda
https://github.com/jareechang/aws-webhook-series-part-3

api-gateway aws aws-lambda lambda serverless sqs terraform

Last synced: 2 months ago
JSON representation

Setup API Gateway and SQS with AWS Lambda

Awesome Lists containing this project

README

          

# Setup API Gateway and SQS with AWS Lambda

This is the part 3 of the technical series, it is available [here](https://www.jerrychang.ca/writing/setup-api-gateway-sqs-with-aws-lambda).

AWS Lamda, API gateway and SQS integration

**By the end of this module, you should:**

- ✅ Be able to integrate AWS API gateway and SQS and AWS Lambda

- ✅ Know how to trigger an event between AWS API Gateway and Lambda

- ✅ Understand and be able to setup the IAM permissions for the different resources (API gateway, Lambda etc)

Feel free to use this starter template - [aws-webhook-series-part-2](https://github.com/Jareechang/aws-webhook-series-part-2) as a starting point.