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.
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.