copy-dynamodb-table
Advanced tools
Comparing version 2.0.7 to 2.0.8
@@ -217,2 +217,5 @@ 'use strict' | ||
function putItems(options, fn) { | ||
if (!options.data.Items || options.data.Items.length === 0) { | ||
return fn(null, options) | ||
} | ||
var batchWriteItems = {} | ||
@@ -245,2 +248,2 @@ batchWriteItems.RequestItems = {} | ||
module.exports.copy = copy | ||
module.exports.copy = copy |
{ | ||
"name": "copy-dynamodb-table", | ||
"version": "2.0.7", | ||
"version": "2.0.8", | ||
"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
15025
323