copy-dynamodb-table
Advanced tools
Comparing version 2.0.12 to 2.0.13
{ | ||
"name": "copy-dynamodb-table", | ||
"version": "2.0.12", | ||
"version": "2.0.13", | ||
"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", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
@@ -114,3 +114,3 @@ Safe Copy Dynamodb Table | ||
- If `globalAWSConfig` value is `undefined` the module will extact `AWS` config from environment variables. | ||
- Increase Write capacity for your dynamodb table temporarily until the copying is finished so you can get the heights copying speed | ||
- Increase Write capacity for your dynamodb table temporarily until the copying is finished so you can get the highest copying speed | ||
@@ -117,0 +117,0 @@ ## Use Case : |