0.1.0 • Published 2 years ago

dyncpy v0.1.0

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

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

MIT license