dynamodb-migrator icon indicating copy to clipboard operation
dynamodb-migrator copied to clipboard

For migration and cleanup operations on your DynamoDB table

Results 7 dynamodb-migrator issues
Sort by recently updated
recently updated
newest added

The table name being operated on is not exposed at runtime through the dyno object. If developers are using TypeScript, the table name is a required part of the update...

Right now we store all objects in a buffer while we wait to run them. For many migrations, you will want to filter out objects that don't need to be...

Right now we support `scan` and `stream`. While we have filter functionality to let you transform a `stream` so the migration will only run on some items in the export,...

http://docs.aws.amazon.com/AWSJavaScriptSDK/latest/AWS/DynamoDB.html#scan-property @rclark - possible fix for high cpu migrations running at low concurrencies?

The rate flag only works right now when you're running in scan mode. `stream + --rate = crash`

Many migration scripts are meant to target a very specific table and could lead to Bad Things :disappointed: if run on others. I've currently hacked some sanity checks for the...