Is it possible to export data from DynamoDB table in some format?
The concrete use case is that I want to export data from my production dynamodb database and import
Try my simple node.js script dynamo-archive. It exports and imports in JSON format.