dynamodump
dynamodump copied to clipboard
Node CLI for backing up and restoring schema+data from DynamoDB tables
Hello, I have exported data from the source DynamoDB on to a AWS EC2 machine (t3.small) and then trying to import the data to the target Dynamo DB. I see...
> The level of configured provisioned throughput for the table was exceeded. Consider increasing your provisioning level with the UpdateTable API. As far as I see the throughput flag is...
dynamodump import-schema --region=us-west-2 --file=file --table=table_name --wait-for-active On using the import command, it throws this error: `UnexpectedParameter: Unexpected key 'BillingModeSummary' found in params at ParamValidator.fail (C:\Users\Praneet\AppData\Roaming\npm\node_modules\dynamodump\node_modules\aws-sdk\lib\param_validator.js:50:37) at ParamValidator.validateStructure (C:\Users\Praneet\AppData\Roaming\npm\node_modules\dynamodump\node_modules\aws-sdk\lib\param_validator.js:77:14) at ParamValidator.validateMember...
I must also mention @jilykate here, as she contributed at the beginning of this change.
I am using this to backup and restore dynamodb table data for a company that requires the use of a corporate proxy. I managed to get it working with a...
When running, getting the following warnings: ``` dynamodump export-data --table=test-table Exporting data for table tomi-test-FotaJobsEventsTable2 (node:807491) NOTE: We are formalizing our plans to enter AWS SDK for JavaScript (v2) into...