DEV Community

Discussion on: Deploy a Next.js App to AWS Amplify

Collapse
 
fwang profile image
Info Comment hidden by post author - thread only visible in this permalink
Frank Wang

Hey Ali, great article.

We also receive a lot of requests in the SST community for deploying Next.js apps to AWS. And I just wanted to share that we created a SST construct (backed by CDK) to help with building and deploying Next.js apps to your AWS account. It uses a similar architecture behind the scene S3, CloudFront, Lambda@Edge, and Route53 for domains. Next.js 11 compatible with ISR and image optimization support.

Here's an example serverless-stack.com/examples/how-...

Some comments have been hidden by the post's author - find out more