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
- Host: GitHub
- URL: https://github.com/jareechang/aws-webhook-series-part-3
- Owner: Jareechang
- License: mit
- Created: 2022-07-13T05:09:25.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2022-07-21T07:25:25.000Z (almost 4 years ago)
- Last Synced: 2025-03-17T18:14:51.806Z (over 1 year ago)
- Topics: api-gateway, aws, aws-lambda, lambda, serverless, sqs, terraform
- Language: HCL
- Homepage:
- Size: 67.4 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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).

**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.