enGMzizo / copy-dynamodb-table

Copy Dynamodb table to another in the same or different zone , It is 100% safe. Speed depends on your destination table user-defined write provisioned throughput
130 stars 38 forks source link

Remove unused import from index file #25

Closed notanengineercom closed 4 years ago

notanengineercom commented 4 years ago

This was causing the library to fail with Error: Cannot find module 'async'.

I think that import was not meant to be there, it's not being used in the library, nor it's required as a dendency.