Conversation
|
Hey @ofhouse, This PR has bumped the The other runtime defaults are still set to
It seems to me as if this PR adds support for 16.x while leaving the default at 14.x. Was this intended or should the default runtimes for v0.13 have switched to 16.x? Would it make sense to reintroduce the root level |
|
Nevermind ... I seem to misunderstand the branching model. Is there any chance you might have any additional reference regarding the branching model you're following? What's the role of |
|
Hey @timbodeit, Current plan is to support So the current branching situation is the following:
The release branches are an internal model to reduce the files that are downloaded by Terraform.
Regarding the runtime:
The runtime of the managed Lambdas is updated when a Node.js version becomes generally available on Lambda and Lambda@Edge (for the proxy packages). However this has no impact for your development, since what you use are the Next.js Lambdas. Sorry for all the confusion here, will try to improve the documentation on this point 👍 |
nodejs16.xruntime4.8to4.15.0Fixes #316.
Fixes #315.