Hacker News new | ask | show | jobs
by solardev 739 days ago
If you're using JS, it's a one click deploy to Vercel Functions https://vercel.com/docs/functions

Caveat: I don't know all of Serverless's features. Our last company used them as a legacy service but new stuff was just written in JS and put on Vercel alongside the frontend. For simple edge functions, it was a lot easier to manage (or really not manage, just write it and git push and you're done)