UNPKG

copy-dynamodb-table-async

Version:

Copy Dynamodb table to another in the same or different zone , It is 100% safe , and speed depends on your destination table user defined write provisioned throughput. Now using async functions and catching throughput error

27 lines (26 loc) 770 B
{ "name": "copy-dynamodb-table-async", "version": "2.0.186-beta", "description": "Copy Dynamodb table to another in the same or different zone , It is 100% safe , and speed depends on your destination table user defined write provisioned throughput. Now using async functions and catching throughput error", "keywords": [ "dynamodb", "aws-dynamodb", "AWS", "copy-tables", "async" ], "main": "index.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "repository": { "type": "git", "url": "https://github.com/enGMzizo/copy-dynamodb-table" }, "author": "Ezzat @enGMzizo", "license": "ISC", "dependencies": { "aws-sdk": "^2.56.0", "readline": "^1.3.0" } }