Skip to content

Release-1.0.7 Update default Lambda runtime to Node 20

Compare
Choose a tag to compare
@cecolby11 cecolby11 released this 29 May 15:47
· 2 commits to stable since this release
f7c59f4

This release updates the default value of the runtime_version variable from nodejs16.x to nodejs20.x which is the currently active version of Node.js.

Applications referencing this module should be pinning to a specific release tag, but note that this could be a breaking change for applications that are relying on the variable default for the lambda runtime version and not referencing this module via a specific release tag