Purge all items from an AWS dynamodb table with an exponential timing back-off
May 9, 2018
aws dynamodb pythonThis is a script I use to purge an AWS dynamodb table. The trick is that to manage the thresholds, we need to implement an exponential timing back-off.