Skip to content

NPM script that makes migrating dynamoDB data from one table to another.

Notifications You must be signed in to change notification settings

raine-works/dynomigrate

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

NPM script that makes migrating dynamoDB data from one table to another.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published