Skip to content
/ next-aws-lambda Public template
forked from Meemaw/next-aws-lambda

Minimal starter boilerplate project for Serverless Next.js on AWS Lambda@Edge

License

Notifications You must be signed in to change notification settings

chrispat/next-aws-lambda

 
 

Repository files navigation

next-aws-lambda

Actions Status codecov code style: prettier Open source: open-source

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
Deployment

For deployment serverless-next component is used to achieve a zero configuration Nextjs 9.0 serverless component with full feature parity.

Demo

Demo available here.

About

Minimal starter boilerplate project for Serverless Next.js on AWS Lambda@Edge

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 64.2%
  • JavaScript 28.1%
  • Dockerfile 7.7%