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

https://github.com/ringods/aws-lambda-changelogger

Log every upload of a bucket object
https://github.com/ringods/aws-lambda-changelogger

Last synced: 6 months ago
JSON representation

Log every upload of a bucket object

Awesome Lists containing this project

README

          

# Log all S3 ObjectCreated events to a DynamoDB Table

References:

* [S3 Event types](https://docs.aws.amazon.com/AmazonS3/latest/userguide/notification-how-to-event-types-and-destinations.html)
* [Example Event to Test Lambda](https://docs.aws.amazon.com/lambda/latest/dg/with-s3.html)