Is it possible to deploy a Serverless Go function inside of a Next.JS app on Vercel ?
Unanswered
Sloth bear posted this in #help-forum
Sloth bearOP
For what I've read on https://vercel.com/docs/functions/runtimes/go it looks like this. Or do I need another project for running those functions?
5 Replies
If it's in the docs you can do it ✨
Milkfish
Just beware there is a difference between Vercel Functions and NextJS Functions
They're the same thing if you deploy on Vercel. But if you don't expect some things to not work, like functions written in any language other than js/ts.
Milkfish
Do they work the same way even on Vercel? I remember years ago I had to bail out my nextjs function to a vercel function to support puppeteer - and they had to be in seperate folders, etc
Yup, they do. I don't know how it used to be, but for a few years now they have been the same thing