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

Add DynamoDB capacity autoscaling enforcing on startup + small refactor #20

Closed

Conversation

juozasget
Copy link
Contributor

Closes #15

  • Enforce capacity autoscaling for DynamoDB on application startup
  • Small refactor: moved out AWS session creation, as it's also needed by aws-sdk-go/service/applicationautoscaling pckg.
  • Small refactor: moved config.go into it's own package so it can be imported and used in other packages (aws session)

As a best practice to keep main less cluttered and introduce some structure.

@juozasget juozasget force-pushed the dynamodb-capacity-autoscaling branch from 4828779 to fb49d09 Compare October 31, 2020 20:02
@juozasget juozasget closed this Oct 9, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Update dynamoDB createTable function to also setup the table + index with autoscaling enabled
1 participant