DynamoDB::Migration - A simple DynamoDB migration tool
https://github.com/henrylawson/dynamodb-migration - Allows for the creation of simple DynamoDB migrations that will be executed only once against a DynamoDB database to allow you to “migrate” the schema of the database over time. This is a simple implementation for DynamoDB, similar to tools such as FlywayDB and Active Record Migrations.
Post a comment