Crate migrate_state_dynamodb[][src]

Expand description

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

This provides 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

DdbStateLock

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

DdbStateLockBuilder

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