codyli520 / dynamodb-copy-table

A simple python script to copy dynamodb table

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Make copy of DynamoDB table

Author: Longfei Li

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

About

A simple python script to copy dynamodb table


Languages

Language:Python 100.0%