Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/meemaw/next-aws-lambda
Minimal starter boilerplate project for Serverless Next.js on AWS Lambda@Edge
https://github.com/meemaw/next-aws-lambda
aws aws-lambda lambda-edge nextjs react serverless serverless-framework ssr
Last synced: about 1 month ago
JSON representation
Minimal starter boilerplate project for Serverless Next.js on AWS Lambda@Edge
- Host: GitHub
- URL: https://github.com/meemaw/next-aws-lambda
- Owner: Meemaw
- License: mit
- Created: 2019-10-13T09:52:04.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2024-11-30T01:02:29.000Z (about 2 months ago)
- Last Synced: 2024-11-30T02:17:50.043Z (about 2 months ago)
- Topics: aws, aws-lambda, lambda-edge, nextjs, react, serverless, serverless-framework, ssr
- Language: TypeScript
- Homepage: https://d2922rq9ynjh4y.cloudfront.net
- Size: 1.79 MB
- Stars: 41
- Watchers: 3
- Forks: 3
- Open Issues: 40
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# next-aws-lambda
[![Actions Status](https://github.com/Meemaw/next-aws-lambda/workflows/website/badge.svg)](https://github.com/Meemaw/next-aws-lambda/actions) [![codecov](https://codecov.io/gh/Meemaw/next-aws-lambda/branch/master/graph/badge.svg)](https://codecov.io/gh/Meemaw/next-aws-lambda) [![code style: prettier](https://img.shields.io/badge/code_style-prettier-ff69b4.svg)](https://github.com/prettier/prettier) [![Open source: open-source](https://badges.frapsoft.com/os/v1/open-source.svg?v=103)](https://opensource.org/)
Minimal starter boilerplate project for deploying Serveless [Next.js](https://nextjs.org/) to AWS Lambda@Edge.
## Features:
- Next.js **v10.x** compatible
- Unit testing with [jest](https://jestjs.io/), [RTL](https://testing-library.com/) and [next-page-tester](https://github.com/toomuchdesign/next-page-tester)
- E2E testing with [testcafe](https://devexpress.github.io/testcafe/)
- Linting with [prettier](https://prettier.io/) and [eslint](https://eslint.org/)
- Test coverage using [codecov](https://www.codecov.io/)
- [Github action](https://github.com/features/actions) workflow for out of the box CI/CD
- Storybook## Deployment
For deployment [serverless-next component](https://github.com/serverless-nextjs/serverless-next.js/) is used: A zero configuration Next.js 10.x serverless component for AWS Lambda@Edge aiming for full feature parity.
## Demo
Demo available [here](https://d2922rq9ynjh4y.cloudfront.net)