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…
For further actions, you may consider blocking this person and/or reporting abuse
Top comments (1)
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...