dynamodb-to-local
v1.0.2
Published
Export DynamoDB table data to csv format on local machine
Downloads
4
Readme
Pretty neat does as described. Extracts the contents of a DynamoDB table and creates a local .csv file.
Let's get going
npm install
Describe Table
node dynamodb-to-local.js -d <TABLENAME>
Create .csv file
node dynamodb-to-local.js -t <TABLENAME> -f <FILENAME>