TL;DR; When deploying NextJS to Vercel, write code ahead of time knowing it’s going to run on AWS Lambdas and make sure you’re giving your server-side code time to execute.
TL;DR; When deploying NextJS to Vercel, write code ahead of time knowing it’s going to run on AWS Lambdas and make sure you’re giving your server-side code time to execute.
Serverless is game changing. Nuff said. For the sake of argument, serverless is everything I don’t need a server for.
When you have access to a resource that’s server bound, like a database, the way you think about consuming that resource is tied to performance and storage.