https://github.com/simalexan/s3-lambda-save-dynamodb
https://github.com/simalexan/s3-lambda-save-dynamodb
Last synced: 23 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/simalexan/s3-lambda-save-dynamodb
- Owner: simalexan
- Created: 2018-05-21T22:47:41.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2022-08-04T12:38:37.000Z (over 2 years ago)
- Last Synced: 2025-03-18T14:48:49.285Z (27 days ago)
- Language: JavaScript
- Size: 3.91 KB
- Stars: 19
- Watchers: 3
- Forks: 5
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- jimsghstars - simalexan/s3-lambda-save-dynamodb - (JavaScript)
README
## S3 -> Lambda -> DynamoDB
#### Description
This is a S3 Lambda that listens to an event when a file is stored in a S3 Bucket. It then saves information about the stored file in a DynamoDB table.Written in Node.js.
It's a Nuts & Bolts application component for AWS Serverless Application Repository.