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

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

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"}'`