cdk-constructs icon indicating copy to clipboard operation
cdk-constructs copied to clipboard

Upgrade nodejs runtime to 16.x (v2 branch)

Open mbp opened this issue 3 years ago • 2 comments

Node.js 16.x runtime has been available since May 2022: https://aws.amazon.com/blogs/compute/node-js-16-x-runtime-now-available-in-aws-lambda/

Node.js 14.x support is ending in 6 months: https://github.com/nodejs/release#release-schedule Node.js 12.x support has already ended.

In this PR, I update all Lambda functions to use 16.x runtime. I also had to upgrade aws-cdk-lib minimum dependency to 2.28.0, since this version adds NODEJS_16_X on CustomResourceProviderRuntime.

mbp avatar Oct 07 '22 07:10 mbp

@hupe1980 sorry to bother :-) Is it possible that you could take a look?

mbp avatar Oct 12 '22 10:10 mbp

Friendly reminder @hupe1980. Now only 5 months for end of support for Node.js 14.x.

mbp avatar Nov 18 '22 09:11 mbp

Hi @mbp! Just wanted to know if you are available to fix some comments for this PR? There are some errors if run as is. Can you rebase your branch from cdk2 branch?

kadishmal avatar Mar 22 '24 06:03 kadishmal

@kadishmal sorry, I am not available to do the changes. I had to stop using this project because of lack of updates.

mbp avatar Mar 22 '24 09:03 mbp

@mbp, sure, I've made changes to fix the issues.

kadishmal avatar Mar 22 '24 10:03 kadishmal