copy-dynamodb-table
Advanced tools
Comparing version 2.0.8 to 2.0.9
@@ -163,2 +163,5 @@ 'use strict' | ||
getItems(options, function (err, data) { | ||
if (err) { | ||
return fn(err) | ||
} | ||
options.data = data | ||
@@ -165,0 +168,0 @@ options.key = data.LastEvaluatedKey |
{ | ||
"name": "copy-dynamodb-table", | ||
"version": "2.0.8", | ||
"version": "2.0.9", | ||
"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": [ |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
15067
326