copy-dynamodb-table
Advanced tools
Comparing version 2.0.6 to 2.0.7
@@ -82,2 +82,4 @@ 'use strict' | ||
delete table.TableId | ||
delete table.LatestStreamLabel | ||
delete table.LatestStreamArn | ||
@@ -93,2 +95,4 @@ if(table.LocalSecondaryIndexes && table.LocalSecondaryIndexes.length > 0){ | ||
delete table.LocalSecondaryIndexes[i].IndexArn | ||
delete table.LocalSecondaryIndexes[i].LatestStreamLabel | ||
delete table.LocalSecondaryIndexes[i].LatestStreamArn | ||
} | ||
@@ -107,2 +111,4 @@ } | ||
delete table.GlobalSecondaryIndexes[j].IndexArn | ||
delete table.GlobalSecondaryIndexes[j].LatestStreamLabel | ||
delete table.GlobalSecondaryIndexes[j].LatestStreamArn | ||
} | ||
@@ -109,0 +115,0 @@ } |
{ | ||
"name": "copy-dynamodb-table", | ||
"version": "2.0.6", | ||
"version": "2.0.7", | ||
"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
14927
319