1.0.1 • Published 2 years ago

dynomigrate v1.0.1

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

Dynomigrate

Dynomigrate is a simple cli tool that makes it easy to migrate DynamoDB data from one table to another table.

Installation

npm install -g dynomigrate

Commands

Required arguments include origin, target, and region.

  • origin (required): The table to migrate data from
  • target (required): The table to migrate data to
  • region (required): The aws region where your dynamoDB tables are stored
  • profile (optional): The AWS profile
dynomigrate --origin <origin-tabke> --target <target-table> --region us-west-2

Dynomigrate is non-desctuctive which means your tables are only copied.

Author: raine-works