dynamodb-migrations
dynamodb-migrations copied to clipboard
Manage DynamoDB table creation and seed templates in your codebase
Add glip support to the repo also adding a link with badge in the readme file.
Add CONTRIBUTING.md
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?