cloudcomponents / cdk-constructs

A collection of higher-level reusable cdk constructs
MIT License
624 stars 104 forks source link

Upgrade the runtime to Node v14 #181

Closed kadishmal closed 2 years ago

kadishmal commented 2 years ago

AWS is phasing out Node v12 support following the EOL of Node v12 (April 30, 2022). This requires this package to start using at least v14or better v16. Since v16 doesn't exist in CustomResourceProviderRuntime of CDK v1.140.0, this update includes upgrade to v14.

kadishmal commented 2 years ago

Can anybody look at this PR? There are some unrelated build failures due to Docker pulling.