For a better experience on RandomWits, enable JavaScript in your browser.
RandomWits
increasing entropy of the universe
Tags
Books
Quotes
Habits
Travel
Resources
About
Contact
On This Page
Posts Tagged “dynamodb”
Fri 23 Oct 2020
Export DynamoDB Table to S3 Bucket Using Lambda Function
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...
Continue reading →
aws
lambda function
dynamodb
s3