Programmatically Updating Autoscaling policy on DynamoDB with boto3: Application Auto Scaling
In this blog post, we will be learning how to programmatically update the auto-scaling policy settings of a DynamoDB table. The idea is to scale it smoothly (minimal write request throttling) irrespective of the anticipated traffic spikes it receives. We do this using AWS Application Auto Scaling and Lambda (boto3). Understanding how DynamoDB auto-scales DynamoDB... » read more