[Shipped] Support for Node.js 16.x (LTS) #37
Replies: 12 comments 4 replies
-
If the overhead is worth it to you, you could create a custom Vercel runtime and have it run a custom AWS Lambda runtime1 (your own or someone else's2) with whatever Node.js version you want. Maybe if we ask @leerob really kindly he could get Vercel to provide one3? wink wink Footnotes
|
Beta Was this translation helpful? Give feedback.
-
+1 |
Beta Was this translation helpful? Give feedback.
-
Maybe consider also offering Cloud Functions from Google as an option since AWS doesn't seem to care about updating their base images in a timely manner. |
Beta Was this translation helpful? Give feedback.
-
I've just created and then cancelled a pro account due to node 14 still being the latest option on vercel. Will return when 16 is available! |
Beta Was this translation helpful? Give feedback.
-
Documentation should be updated as you say you support the latest LTS but you don't - you support the latest LTS that AWS Lambda natively supports :-P |
Beta Was this translation helpful? Give feedback.
-
Consider adding support for other cloud providers. Depending on AWS to update node version support is not a good idea. |
Beta Was this translation helpful? Give feedback.
-
Fusebit recently released everynode, which:
See this comment in the Node v16 AWS issue for more context. Would Vercel be willing to add support for this? It appears to be well-tested. This would be extremely helpful, since AWS appears to take a full calendar year to add support for Node.js versions after their initial release. I'd love to be able to use Node.js v18 in Vercel Functions in April 2022 🙏 |
Beta Was this translation helpful? Give feedback.
-
I wish Vercel could use GCP... AWS downtimes and issues have been so much pain at many times to me! |
Beta Was this translation helpful? Give feedback.
-
AWS dead time is a joke. It seems that they may wait for a full maintenance release: https://nodejs.org/en/about/releases/ And Node 16 Maintenance LTS release will do about October, this year! That's a lot of time to wait for! I think @pcjmfranken's proposal would really help for the next 8 months. You could leave a note that the runtime may not be stable. |
Beta Was this translation helpful? Give feedback.
-
Hey everyone! We're extremely close, looking at a release in the next few weeks: aws/aws-lambda-base-images#14 (comment) Thank for your being patient here 🙏 |
Beta Was this translation helpful? Give feedback.
-
Great news everyone, Node.js 16 LTS support has been released! 🎉 https://twitter.com/vercel_changes/status/1523730208750252033 |
Beta Was this translation helpful? Give feedback.
-
Edit: Node.js 16 LTS support has been released: https://twitter.com/vercel_changes/status/1523730208750252033
Currently, it seems that only Node.js 12.x and 14.x are supported.
Is there a temporary workaround (or a timeline) for shipping apps that need the 16.x LTS version on Vercel?
Beta Was this translation helpful? Give feedback.
All reactions