copy-dynamodb-table
Advanced tools
Comparing version 2.0.9 to 2.0.10
@@ -114,2 +114,9 @@ 'use strict' | ||
if (table.SSEDescription) { | ||
table.SSESpecification = { | ||
Enabled: (table.SSEDescription.Status === 'ENABLED' || table.SSEDescription.Status === 'ENABLING') | ||
} | ||
delete table.SSEDescription | ||
} | ||
return table | ||
@@ -116,0 +123,0 @@ } |
{ | ||
"name": "copy-dynamodb-table", | ||
"version": "2.0.9", | ||
"version": "2.0.10", | ||
"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
15277
332