aws lambda deploy
Does anyone know if t3 supports serverless deployments?
9 Replies
if you deploy on vercel
it automatically deploy on lambdas
The backend does too?
yep
every page and api endpoints, become lambdas
Interesting…
you can make pages statics
But it has to be a “NextJS api” right
The backend
yes
Ok thanks
Appreciate it
next uses express under
so you can deploy on a running server easily if you want too