-
Notifications
You must be signed in to change notification settings - Fork 268
Add DynamoDB update code path #1029
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
Since ACK treats Questions to answer/investigate:
|
Issue: aws-controllers-k8s/community#1029 This patch adds hooks and delta helpers to properly update Table tags. Description of changes: - Drop the generate updateTable function and use a custom one - Add hooks to properly compute the tags delta and make necessary API calls to update them - Add e2e tests for table tag updates
Issue: aws-controllers-k8s/community#1029 This patch adds hooks and delta helpers to properly update Table tags. Description of changes: - Drop the generate updateTable function and use a custom one - Add hooks to properly compute the tags delta and make necessary API calls to update them - Add e2e tests for table tag updates By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
This issue also includes:
|
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. |
Currently the DynamoDB controller only support create and delete operations. We should add Update operation code path as well.
/assign
The text was updated successfully, but these errors were encountered: