copy-dynamodb-table
Advanced tools
Comparing version 1.0.2 to 1.0.3
{ | ||
"name": "copy-dynamodb-table", | ||
"version": "1.0.2", | ||
"version": "1.0.3", | ||
"description": "Copy Dynamodb table to another in the same zone , it is slow but 100% safe √√ ", | ||
"keywords" : [ | ||
"dynamodb", | ||
"aws-dynamodb" | ||
], | ||
"main": "index.js", | ||
@@ -6,0 +10,0 @@ "scripts": { |
@@ -14,3 +14,3 @@ Safe Copy Dynamodb Table | ||
```js | ||
const copyDynamodbTable = require('./index').copyDynamodbTable; | ||
const copyDynamodbTable = require('copy-dynamodb-table').copyDynamodbTable; | ||
copyDynamodbTable({ | ||
@@ -17,0 +17,0 @@ firstTableName : '<source table name>', |
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
4509