11 ms·
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 l
by dpix 6y 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 https://nextjs.org/docs/deployment#optimized-for-nextjs
- SquishyPanda23 6y agoAwesome thank you