dyncpy
v0.1.0
Published
Copy all the data from one table to another
Downloads
1
Maintainers
Readme
dynCpy
by Brian Stoker
Copy all the data from one dynamodb table to another as quick as possible
Version: 0.1.0
basic functionality using npm link and environment variables
Dependencies:
- @aws-sdk/client-dynamodb,
- @aws-sdk/lib-dynamodb,
- @shelf/dynamodb-parallel-scan,
Install
npm link
Example
FROM_TABLE=source-table TO_TABLE=destination-table dynCpy