threadheap / serverless-ide-vscode

Serverless IDE: Enhanced support for AWS SAM and CloudFormation in VS Code
https://serverless-ide.com/
195 stars 46 forks source link

Inclusion of NodeJS 22 runtime #225

Open glaucoleme opened 1 week ago

glaucoleme commented 1 week ago

On November 21th, Node.js 22 runtime became available in AWS Lambda. Ref. 1

Also, on November 27th, the release of version v4.4.13 included the Node.js 22 runtime on Serverless Framework. Ref.2

The proposed changes are to added support for the nodejs22.x runtime on extension, otherwise a warning will be prompt on screen and this version will not be listed as a valid value.

image