https://github.com/simalexan/sns-lambda-subscriber-dynamodb
https://github.com/simalexan/sns-lambda-subscriber-dynamodb
Last synced: 6 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/simalexan/sns-lambda-subscriber-dynamodb
- Owner: simalexan
- Created: 2018-05-20T22:29:58.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2020-06-17T16:03:28.000Z (over 5 years ago)
- Last Synced: 2025-03-22T23:03:51.731Z (9 months ago)
- Language: JavaScript
- Size: 6.84 KB
- Stars: 3
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# SNS -> Lambda -> DynamoDb
## Description
This is a SNS Lambda subscriber that stores notification data into a DynamoDB table.
Written in Node.js.
It's a serverless application component, instantly deployable via AWS Serverless Application Repository.
## Latest Release - 2.0.0
- Upgrading the Node.js release to 12.x LTS
- Using AWS SAM CLI as a deployment tool