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
Run following command to run the application locally,
npm install
npm run dev
To deploy this project to an AWS Account run the shell script deploy.sh
with proper permissions.