https://github.com/simalexan/sns-subscriber-lambda-s3
SNS Lambda subscribe stored to S3
https://github.com/simalexan/sns-subscriber-lambda-s3
Last synced: 5 months ago
JSON representation
SNS Lambda subscribe stored to S3
- Host: GitHub
- URL: https://github.com/simalexan/sns-subscriber-lambda-s3
- Owner: simalexan
- Created: 2018-05-11T18:45:49.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2020-06-15T13:02:14.000Z (over 5 years ago)
- Last Synced: 2025-04-14T05:42:10.409Z (9 months ago)
- Language: JavaScript
- Homepage: https://serverless.pub
- Size: 4.88 KB
- Stars: 3
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# SNS -> Lambda -> S3
## Description
This is a SNS Lambda subscriber that stores notification data into an S3 Bucket.
Written in Node.js.
It's a serverless application component, instantly deployable via AWS Serverless Application Repository.
## Latest Release - 1.1.0
- Upgrading the Node.js release to 12.x LTS
- Using AWS SAM CLI as a deployment tool