This is a python script to make copy of AWS Dynamodb tables using boto3 library.
Original techgaun/dynamodb-copy-table
TODO:
- create this repo
- add multiprocessing
- test with table contain small amount of data
- test with table contain medium amount of data
- test with table contain large amount of data
- add script to count table item count rather than wait 6 hours for AWS to update
- add spinning wheel while waiting