feat(dynamodb): TableV2 supports imports, drift detection, and better control over replicas#27023
Merged
mergify[bot] merged 131 commits intomainfrom Sep 6, 2023
Merged
feat(dynamodb): TableV2 supports imports, drift detection, and better control over replicas#27023mergify[bot] merged 131 commits intomainfrom
mergify[bot] merged 131 commits intomainfrom
Conversation
added 30 commits
July 14, 2023 15:04
Signed-off-by: Francis <colifran@amazon.com>
Signed-off-by: Francis <colifran@amazon.com>
Signed-off-by: Francis <colifran@amazon.com>
Signed-off-by: Francis <colifran@amazon.com>
…lobalTable Signed-off-by: Francis <colifran@amazon.com>
…Index to base class Signed-off-by: Francis <colifran@amazon.com>
Signed-off-by: Francis <colifran@amazon.com>
Signed-off-by: Francis <colifran@amazon.com>
Signed-off-by: Francis <colifran@amazon.com>
…oned throughput settings Signed-off-by: Francis <colifran@amazon.com>
Signed-off-by: Francis <colifran@amazon.com>
…obal secondary indexes Signed-off-by: Francis <colifran@amazon.com>
Signed-off-by: Francis <colifran@amazon.com>
Signed-off-by: Francis <colifran@amazon.com>
…itial logic for replica table configuration Signed-off-by: Francis <colifran@amazon.com>
…ttributes Signed-off-by: Francis <colifran@amazon.com>
Signed-off-by: Francis <colifran@amazon.com>
Signed-off-by: Francis <colifran@amazon.com>
Signed-off-by: Francis <colifran@amazon.com>
…getters for each Signed-off-by: Francis <colifran@amazon.com>
Signed-off-by: Francis <colifran@amazon.com>
Signed-off-by: Francis <colifran@amazon.com>
Signed-off-by: Francis <colifran@amazon.com>
Signed-off-by: Francis <colifran@amazon.com>
mrgrain
requested changes
Sep 6, 2023
packages/@aws-cdk-testing/framework-integ/test/aws-dynamodb/test/integ.global-table.ts
Show resolved
Hide resolved
packages/@aws-cdk-testing/framework-integ/test/aws-dynamodb/test/integ.global-table-replica.ts
Show resolved
Hide resolved
packages/@aws-cdk-testing/framework-integ/test/aws-dynamodb/test/replica-handler/index.py
Show resolved
Hide resolved
Signed-off-by: Francis <colifran@amazon.com>
mrgrain
approved these changes
Sep 6, 2023
Contributor
|
Thank you for contributing! Your pull request will be updated from main and then merged automatically (do not update manually, and be sure to allow changes to be pushed to your fork). |
Collaborator
AWS CodeBuild CI Report
Powered by github-codebuild-logs, available on the AWS Serverless Application Repository |
Contributor
|
Thank you for contributing! Your pull request will be updated from main and then merged automatically (do not update manually, and be sure to allow changes to be pushed to your fork). |
mikewrighton
pushed a commit
that referenced
this pull request
Sep 14, 2023
… control over replicas (#27023) This PR is for the implementation of the `TableV2` construct which provides support for the `GlobalTable` resource. Please reference the following RFC: [aws/aws-cdk-rfcs@master/text/0510-dynamodb-global-table.md](https://github.com/aws/aws-cdk-rfcs/blob/master/text/0510-dynamodb-global-table.md?rgh-link-date=2023-07-28T17%3A49%3A45Z) Closes #16118 ---- *By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license*
This was referenced Sep 21, 2023
Open
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR is for the implementation of the
TableV2construct which provides support for theGlobalTableresource.Please reference the following RFC: aws/aws-cdk-rfcs@master/text/0510-dynamodb-global-table.md
Closes #16118
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license