CDK-SPA-Deploy
CDK-SPA-Deploy copied to clipboard
Update to use CDK V2
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.
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 CloudFrontWebDistributionProps.viewerCertificate.