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
- Host: GitHub
- URL: https://github.com/alextanhongpin/aws-sns-sqs-lambda
- Owner: alextanhongpin
- Created: 2017-07-19T23:28:38.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-11-10T03:26:10.000Z (over 8 years ago)
- Last Synced: 2025-03-24T16:39:41.739Z (about 1 year ago)
- Topics: aws-sdk, serverless, sns, sqs
- Language: JavaScript
- Size: 3.83 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.

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