UNPKG

copy-dynamodb-table-sleep

Version:

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

4 lines 105 B
module.exports = function ConfigError(name, message) { this.message = message; this.name = name; }