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

Need to Throttle Decreases #1

Description

@bradmurray

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.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions