https://github.com/mrichman/apigw-sqs-lambda-sns
AWS SAM example demonstrating API Gateway -> SQS -> Lambda -> SNS flow
https://github.com/mrichman/apigw-sqs-lambda-sns
Last synced: about 2 months ago
JSON representation
AWS SAM example demonstrating API Gateway -> SQS -> Lambda -> SNS flow
- Host: GitHub
- URL: https://github.com/mrichman/apigw-sqs-lambda-sns
- Owner: mrichman
- Created: 2023-06-20T20:30:46.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-06-20T20:34:07.000Z (almost 2 years ago)
- Last Synced: 2024-10-17T16:21:28.811Z (7 months ago)
- Language: Python
- Size: 1.95 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# apigw-sqs-lambda-sns
Build:
`sam build`
Deploy:
`sam deploy --guided`
Invoke:
`curl https://xxxxxxxxxx.execute-api.us-east-1.amazonaws.com/submit -X POST -H 'Content-Type: application/json' -d '{"foo":"bar","baz":"qux"}'`