Minimal starter boilerplate project for deploying Serveless Next.js to AWS Lambda@Edge.
- Supports Next.js v9.x
- Using
./src
as the source root directory - Unit testing with jest and RTL
- E2E testing with testcafe
- Linting with prettier and eslint
- Test coverage using codecov
- Github action workflows for out of the box CI/CD
- Storybook's Component Story Format integration
- Absolute import path support
For deployment serverless-next component is used to achieve a zero configuration Nextjs 9.0 serverless component with full feature parity.
Demo available here.