DEV Community

M. Ece ERCAN
M. Ece ERCAN

Posted on

Export DynamoDB Table as JSON to S3 Using Lambda Function

I am trying to export DynamoDB table as JSON format to S3 and from there import it to BigQuery. The important part is exporting DynamoDB table as JSON format to S3, because the table I am working on is not a small table. This table contains 5.6 million records andโ€ฆ

Top comments (1)

Collapse
 
junkern profile image
Martin

You can now export your whole Dynamo table to S3. "Youโ€™ll find many gz-compressed objects in your S3 bucket, each containing a text file with multiple JSON objects, one per line." It apparently is still gz-compressed but take a lookt at the whole article: aws.amazon.com/blogs/aws/new-expor...