-
Notifications
You must be signed in to change notification settings - Fork 40
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
Comments
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 |
This seems to work for us also. When will you release the final version? |
Any update on this @nideveloper ? =) |
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 |
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.
The text was updated successfully, but these errors were encountered: