Hacker News new | ask | show | jobs
by dpix 2239 days ago
This is actually a similar approach to how next.js deployed to vercel (previously zeit) works by default. Each page or api endpoint is served by an individual lambda function so they can scale up or down independently

https://nextjs.org/docs/deployment#optimized-for-nextjs

1 comments

Awesome thank you