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
This fixes a bug when the total number of items to copy is an exact multiple of 25 (which is the page size). Otherwise, at the end of the last page, it tries to put the "next" page of empty items.
If this PR is accepted, I'd very much appreciate a publication of a new version on npm :D
This fixes a bug when the total number of items to copy is an exact multiple of 25 (which is the page size). Otherwise, at the end of the last page, it tries to put the "next" page of empty items.
If this PR is accepted, I'd very much appreciate a publication of a new version on npm :D