Skip to content

Release v1.1.0 - 2017-04-21

Choose a tag to compare

@awood45 awood45 released this 21 Apr 16:51
· 233 commits to main since this release

References: #51, #52, #64

  • Feature - Aws::Record::TableConfig - A declarative way to describe
    configuration for your Amazon DynamoDB tables, with smart migrations based on
    the current remote state. More details in the documentation.

  • Issue - Aws::Record::TableMigration - Legacy table migrations could have
    issues with global secondary indexes if a table was deleted and recreated
    multiple times.

    See related GitHub issue #64.