Liquibase Change Types for Amazon DynamoDB

You can use the following Change Types in the Liquibase extension for Amazon DynamoDB.

For more information about Amazon DynamoDB, see Liquibase Amazon DynamoDB Extension Overview. For a getting started tutorial, see Using Liquibase with Amazon DynamoDB.

List of Change Types

Entity Create Delete Update
Table createDynamoTable deleteDynamoTable updateDynamoTable

updateTableProvisionedThroughput

Index createGlobalSecondaryIndex deleteGlobalSecondaryIndex updateGlobalSecondaryIndex

Miscellaneous

  • partiql: make any changes in PartiQL statements directly in your changelog
  • partiqlFile: make any changes in PartiQL files linked from your changelog