Copy an AWS dynamodb table to an existing table with an exponential timing back-off
May 20, 2018
aws dynamodb pythonHere is some python code I wrote to copy the contents of on AWS dynamodb table to another - with exponential timing back-off to manage usage limits.