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

Remove the read_capacity and write_capacity from lifecycle change ignore #89

Closed
virgofx opened this issue Mar 14, 2021 · 0 comments · Fixed by #96
Closed

Remove the read_capacity and write_capacity from lifecycle change ignore #89

virgofx opened this issue Mar 14, 2021 · 0 comments · Fixed by #96
Labels
bug 🐛 An issue with the system

Comments

@virgofx
Copy link

virgofx commented Mar 14, 2021

The DynamoDB resource recommends using lifecycle ignores for read and write capacity values when using autoscaling. However, since we're not using autoscaling here, it makes it impossible to update DynamoDB read/write capacity changes after the table has been created in follow up operations.

So either, remove these parameters from the lifecycle/ignore_changes or variablize them such that consumers can opt to not use autoscaling and explicitly set these.

@virgofx virgofx added the bug 🐛 An issue with the system label Mar 14, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug 🐛 An issue with the system
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant