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

Update to use CDK V2 #438

Open
brochington opened this issue Dec 20, 2021 · 4 comments
Open

Update to use CDK V2 #438

brochington opened this issue Dec 20, 2021 · 4 comments

Comments

@brochington
Copy link

This is a very helpful little bit of kit, and would be helpful to have it use V2 of CDK, as it looks like V1 is pretty much deprecated.

@nideveloper
Copy link
Owner

Hey, I just released 2.0.0-alpha.0 with CDK 2 support. Everything seems to work as expected so will update from alpha to a full release after some user testing

@manumaki
Copy link

This seems to work for us also. When will you release the final version?

@manumaki
Copy link

Any update on this @nideveloper ? =)

@ppena-LiveData
Copy link

ppena-LiveData commented Feb 17, 2022

CDK v1's CloudFrontWebDistribution constructor prop aliasConfiguration does not exist in CDK v2's CloudFrontWebDistribution, so I don't think this line of code is going to work w/ CDK v2.

UPDATE: even though the docs don't show it, CloudFrontWebDistributionProps.aliasConfiguration does still exist but is deprecated in favor of CloudFrontWebDistributionProps.viewerCertificate.

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

No branches or pull requests

4 participants