Show HN: Deploy Next.js to AWS
Hi HN, we are Frank and Jay and we are working on a better way to deploy Next.js apps to AWS: https://serverless-stack.com/examples/how-to-create-a-nextjs-app-with-serverless.html We are the founders of SST, an open source framework that makes it easy to build serverless apps on AWS: https://github.com/serverless-stack/serverless-stack We found that many people in the community were looking for a better way to deploy Next.js apps to their own infrastructure and they were unhappy with the options. These were not easy to customize (Amplify Next.js) or would pass your code and credentials via a 3rd party service (Serverless Next.js component). So we decided to fix it. There are a couple of things to note, specifically the AWS integration. - Completely open source and free - Deploys directly to your AWS account - Import environment variables from your AWS services - Easily manage permissions to your AWS resources - Works with any CI service, supports
DeepCamp AI