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

https://github.com/simalexan/s3-lambda-save-dynamodb


https://github.com/simalexan/s3-lambda-save-dynamodb

Last synced: 23 days ago
JSON representation

Awesome Lists containing this project

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.