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

https://github.com/alextanhongpin/aws-sns-sqs-lambda

Serverless setup with SNS, SQS and Lambda
https://github.com/alextanhongpin/aws-sns-sqs-lambda

aws-sdk serverless sns sqs

Last synced: 8 months ago
JSON representation

Serverless setup with SNS, SQS and Lambda

Awesome Lists containing this project

README

          

# Lambda architecture

Event-driven based messaging with Amazon Simple Notification Service (SNS), Amazon Simple Queue Service (SQS) and AWS Lambda.

![Sample](./SNS-SQS.png)

## DEPRECATED

Note that while this method still works, you might want to consider setting SNS with Lambda Directly, without going through SQS. Also, do not forget to create a dead-letter-queue for your lambda.