Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update dynamoDB createTable function to also setup the table + index with autoscaling enabled #15

Open
ghostwriternr opened this issue Sep 27, 2020 · 1 comment
Labels
enhancement New feature or request Hacktoberfest This issue counts towards Hacktoberfest contributions

Comments

@ghostwriternr
Copy link
Member

Currently, the createTable function creates a DynamoDB table + index as required, but doesn't set up autoscaling for either of them. This is essential to have since we create the table with the read & write capacity units set to 1 so there's a good chance we will hit the threshold for complicated/new queries we might add to the table.

@ghostwriternr ghostwriternr added enhancement New feature or request Hacktoberfest This issue counts towards Hacktoberfest contributions labels Sep 27, 2020
@juozasget
Copy link
Contributor

juozasget commented Oct 31, 2020

Hey @ghostwriternr

After having a look at AWS docs I decided this functionality should live in a separate place since it uses application autoscaling API's and not DynamoDB apis.
https://docs.aws.amazon.com/amazondynamodb/latest/developerguide/AutoScaling.CLI.html

Let me know how your take on it :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request Hacktoberfest This issue counts towards Hacktoberfest contributions
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants