This repository was archived by the owner on Jan 20, 2020. It is now read-only.

Description
You should try to implement something like I have done at https://github.com/bradmurray/DynamoDBLambdaMonitor when it comes to decreases. The problem I ran into in using mine was that all four decreases would usually get used up in the first hour of the day and my savings on provisioning would be minimal. My basic logic is such that you can only use up to 1 decrease in the first 6 hours, 2 in the first 12 and so on. My implementation does not have multi-table as yours does.