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

feat: use new TableV2 construct #1179

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

scanlonp
Copy link

@scanlonp scanlonp commented Sep 22, 2023

Updated the aws-cdk-lib version to ^2.96.2 in the typescript > main workshop directory (I did not know if this version bump needed to be more widespread). This allows the use of dynamo's TableV2 construct.

Then updated the code to use TableV2. Currently, there needs to be a workaround so that TableViewer can accept a TableV2 as a parameter. I included that workaround, but I also put the future code in a comment with a link to track the feature (link). TableV2 is supported in release 0.2.487. Will update the import statement (related to #1140).

Fixes #1178.


By submitting this pull request, I confirm that my contribution is made under the terms of the MIT-0 License.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Use new TableV2 construct
1 participant