dherault / serverless-offline

Emulate AWS λ and API Gateway locally when developing your Serverless project
MIT License
5.16k stars 794 forks source link

I think you removed Node 16 support too soon #1740

Closed JaredAAT closed 9 months ago

JaredAAT commented 9 months ago

https://docs.aws.amazon.com/lambda/latest/dg/lambda-runtimes.html

according to this, Node16 is still supported and won't be deprecated until Mar 11, 2024. Node 14 is deprecated for sure.

dnalborczyk commented 9 months ago

according to your link v14 and v16 are "supported", or better, being allowed to use as runtime by AWS. However, the versions are now unsupported by the node.js project: https://github.com/nodejs/Release

serverless-offline, as a framework and plugin, only provides support for officially supported versions by the node.js project, which is now v18 and higher. users can still use v14 and v16 as AWS runtime.