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

@bradmurray

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.

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