dherault / serverless-offline

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

Add support for nodejs20.x runtime #1743

Closed andidev closed 8 months ago

andidev commented 8 months ago

Description

Added Node 20 runtime.

Closes https://github.com/dherault/serverless-offline/issues/1742

Motivation and Context

AWS now supports Node 20. https://aws.amazon.com/blogs/compute/node-js-20-x-runtime-now-available-in-aws-lambda/

related PR in serverless framework https://github.com/serverless/serverless/pull/12251

dnalborczyk commented 8 months ago

thank you @andidev !