$ random stuff
├── my bookshelf
├── resources
└── quotes
└── about me
Dynamodb is a great NoSQL service by AWS. One of the most common use case is to export data to s3. There are multiple ways to export data to s3. For this tutorial we will leverage lambda function to achieve our goal.
First, let us review our use case. Our lambda function will read the entire dynamodb table. It will then export the data in JSON to s3...Continue reading → aws lambda function dynamodb s3