Crate migrate_state_dynamodb[][src]

Expand description

Implementation of storing the migration state in an AWS DynamoDB database table.

This provides the implementations of traits defined in migrate_state

See DdbStateLock docs for more details.

The following cargo features of the crate are exposed:

  • native-tls (enabled by default) - enables native-tls feature in dependent rusoto crates
  • rustls - enables rustls feature in dependent rusoto crates

Structs

Implements StateLock storing the migration state in an AWS DynamoDB database table.

Builder for DdbStateLock object, see its methods for available configurations. To finish building the object call build() method