copy-dynamodb-table
Advanced tools
Comparing version 2.0.13 to 2.0.14
@@ -30,3 +30,3 @@ 'use strict' | ||
dynamoClient: values.destination.dynamoClient || new AWS.DynamoDB.DocumentClient(values.destination.config || values.config), | ||
dynamodb: values.source.dynamodb || new AWS.DynamoDB(values.destination.config || values.config), | ||
dynamodb: values.destination.dynamodb || new AWS.DynamoDB(values.destination.config || values.config), | ||
active:values.destination.active, | ||
@@ -33,0 +33,0 @@ createTableStr : 'Creating Destination Table ' |
{ | ||
"name": "copy-dynamodb-table", | ||
"version": "2.0.13", | ||
"version": "2.0.14", | ||
"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": [ |
14095