copy-dynamodb-table-sleep
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
26 lines (25 loc) • 698 B
JSON
{
"name": "copy-dynamodb-table-sleep",
"version": "2.0.180-alt",
"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",
"keywords": [
"dynamodb",
"aws-dynamodb",
"AWS",
"copy-tables"
],
"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"
}
}