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

CDK - Explore CDK TableV2 / GlobalTable #349

Open
1 of 3 tasks
huntharo opened this issue Nov 24, 2023 · 0 comments
Open
1 of 3 tasks

CDK - Explore CDK TableV2 / GlobalTable #349

huntharo opened this issue Nov 24, 2023 · 0 comments
Labels
Milestone

Comments

@huntharo
Copy link
Collaborator

huntharo commented Nov 24, 2023

Motivations

  • The DynamoDB Table needs to be replicated to several origins for the OriginRequest handler to do quick lookups
  • CDK added TableV2 that wraps GlobalTable

Acceptance Criteria

  • Allow a TableV2 to be passed in to the constructs
  • Add a config parameter for the OriginRequest handler to list the regions that have tables
  • Add parameters to the CDK constructs to specify which regions have the table

Docs

Added in 2.9.50: https://github.com/aws/aws-cdk/releases/tag/v2.95.0
https://docs.aws.amazon.com/cdk/api/v2/docs/aws-cdk-lib.aws_dynamodb.TableV2.html

@huntharo huntharo added this to the v0.4 milestone Nov 24, 2023
@huntharo huntharo moved this to Todo in MicroApps Core Nov 24, 2023
@huntharo huntharo changed the title Explore CDK TableV2 / GlobalTable CDK - Explore CDK TableV2 / GlobalTable Apr 26, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
Status: Todo
Development

No branches or pull requests

1 participant