Skip to content

Latest commit

 

History

History
executable file
·
18 lines (11 loc) · 686 Bytes

README.md

File metadata and controls

executable file
·
18 lines (11 loc) · 686 Bytes

Deployment of Next.js App to AWS Lambda

This project was forked from the original AWS implementation available here. As this project didnt work properly, I fixed the issues and this is sample repo with the changes.

This implementaion use Next.js version 13. Please read more about this repo on my blog

Local Development

Run following command to run the application locally,

npm install
npm run dev

Deploy to AWS Account

To deploy this project to an AWS Account run the shell script deploy.sh with proper permissions.