-
Notifications
You must be signed in to change notification settings - Fork 268
Error enabling DynamoDB table stream #1000
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
Comments
@a-hilaly please look into this one. Couple things immediately stand out for me:
|
Issues go stale after 90d of inactivity. |
/lifecycle frozen |
Issues: - aws-controllers-k8s/community#1000 - aws-controllers-k8s/community#1029 - aws-controllers-k8s/community#1596 Description of changes: - Add `Table` custom update code - Add `Table` custom preCompare delta code (to properly compare `GlobalSecondaryIndexes` ,`AttributeDefinitions` and `KeySchemas`) - Add unit tests for custom compare code for `GlobalSecondaryIndexes` - Make `KeySchema` an immutable field. - Gradually update `GlobalSecondaryIndexes` when multiple ones are update/removed or added. - Add custom code to properly populate `BillingMode` and `SSESpecification` and `TableClass` - Add e2e tests for each new support field update + one test to ensure that multi-field updates at once can be properly handled By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
Fixed and released in dynamodb |
@a-hilaly: Closing this issue. In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
/cc @acunabit |
Describe the bug
The table gets created successfully with streams enabled, however I'm seeing this error in the controller logs:
Steps to reproduce
Then I see this error in the dynamodb controller logs:
Expected outcome
Table gets created successfully with streams enabled without seeing any errors in the logs.
Environment
1.19
The text was updated successfully, but these errors were encountered: