DEV Community

Discussion on: Deploying Next.js on AWS App Runner

Collapse
 
fwang profile image
Frank Wang

Hey Karan, awesome post!

For folks coming across the post, I justed wanted to share that Next.js apps can also be deployed to Lambda@Edge and hosted in the serverless architecture. Here's an example of deploying using CDK with the SST framework - serverless-stack.com/examples/how-...

Collapse
 
balachalasani profile image
Bala Chalasani

Hi Frank,

SST looks awesome. Is it possible to deploy to standard Lambda by any chance, Both Serverless framework and SST deploy to edge, is there a reason behind this?

Collapse
 
karanpratapsingh profile image
Karan Pratap Singh

SST framework looks amazing, thanks for sharing