cloudcomponents / cdk-constructs

A collection of higher-level reusable cdk constructs
MIT License
623 stars 101 forks source link

Enhanced Request for Support: Addressing the Deprecation of Node.js 14.x on AWS #208

Closed Prasad-Telasula closed 2 months ago

Prasad-Telasula commented 2 months ago

AWS has discontinued support for nodejs14.x. This presents a significant issue for those of us relying on this runtime version. I am reaching out to inquire about the plans for upgrading to a newer, supported version of Node.js.

Could the team please provide an update regarding any ongoing development efforts aimed at addressing this compatibility issue? It is crucial for us to understand the timeline and scope of any forthcoming updates.

Thank you for your attention to this matter.

Resource handler returned message: "The runtime parameter of nodejs14.x is no longer supported for creating or updating AWS Lambda functions. We recommend you use the new runtime (nodejs20.x) while creating or updating functions. (Service: Lambda, Status Code: 400, Request ID: XXXX-db42-44e0-8580-XXX)" (RequestToken: XXXXXX-99a4-2c4d-ee02-XXXX, HandlerErrorCode: InvalidRequest)

Prasad-Telasula commented 2 months ago

Code already supporting nodejs 18 with latest version

kadishmal commented 1 month ago

Correct, update to the latest v2 version, which includes Node v18 and v20 support with CDK v2 and AWS SDK v3.