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

Manage DynamoDB table creation and seed templates in your codebase

Results 6 dynamodb-migrations issues
Sort by recently updated
recently updated
newest added

Add glip support to the repo also adding a link with badge in the readme file.

The batchWrite mechanism should chunk out the seed arrays into blocks and invoke each of these with a batch call.

Right now if table creation fails the error is simply logged out as is, the whole stack. It is ugly. At least for the scenario where table already exist we...

Looking for a way to add string sets to seeds, when putting this in an array it just seeds a list Any ideas?