Skip to content

Releases: uniplaces/dynamodbcopy

Release v1.0.0

01 Feb 12:29
e5df53d
Compare
Choose a tag to compare

Release v1.0.0 (2019-02-01)

Added

  • dynamodbcopy root command
  • copy-table command to copy the dynamo tables tables allowing you to set:
    • the read/write units capacity to use
    • the source and target tables roles
    • the number of readers and writers to use during the copy
  • DynamoDBService and DynamoDBClient to create specific clients for source and target dynamodb tables
  • Copier to copy tables with using a worker pool of readers and writers
  • Provisioner and Capacity abstraction to manage each tables' provisioning level