sharp-layer icon indicating copy to clipboard operation
sharp-layer copied to clipboard

AWS is ending support for Node.js 18 in Lambda on September 1

Open eufloyd opened this issue 9 months ago • 2 comments

I use this sharp layer, and it saved my life after many errors trying to build my own.

I've received this emails from AWS:

We are ending support for Node.js 18 in Lambda on September 1, 2025. This follows Node.js 18 End-Of-Life (EOL) reached on April 30, 2025 [1]. End of support does not impact function execution. Your functions will continue to run. However, they will be running on an unsupported runtime which is no longer maintained or patched by the AWS Lambda team.

As described in the Lambda runtime support policy [2], end of support for language runtimes in Lambda happens in several stages.

- Starting on September 1, 2025, Lambda will no longer apply security patches and other updates to the Node.js 18 runtime used by Lambda functions, and functions using Node.js 18 will no longer be eligible for technical support. Also, Node.js 18 will no longer be available in the AWS Console, although you can still create and update functions using Node.js 18 via AWS CloudFormation, the AWS CLI, AWS Serverless Application Model (SAM), or other tools.

- Starting October 1, 2025, you will no longer be able to create new Lambda functions using the Node.js 18 runtime.

- Starting November 1, 2025, you will no longer be able to update existing functions using the Node.js 18 runtime.

We recommend that you upgrade your existing Node.js 18 functions to the latest available Node.js runtime in Lambda before September 1, 2025

Are you planning to support newer node versions ?

Thanks!

eufloyd avatar Apr 13 '25 21:04 eufloyd

I'm currently running this Sharp layer, release 0.34.1 (arm64), with Node.js 22.x — no issues so far.

brenofabio avatar Apr 27 '25 16:04 brenofabio

Nice, thanks for the reply, I will try it too

eufloyd avatar Apr 30 '25 13:04 eufloyd