https://github.com/steinfletcher/nextjs-serverless-aws
Example nextjs serverless UI
https://github.com/steinfletcher/nextjs-serverless-aws
Last synced: 8 months ago
JSON representation
Example nextjs serverless UI
- Host: GitHub
- URL: https://github.com/steinfletcher/nextjs-serverless-aws
- Owner: steinfletcher
- Created: 2020-07-03T21:17:35.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2023-01-06T10:34:31.000Z (over 3 years ago)
- Last Synced: 2025-10-13T11:12:01.832Z (8 months ago)
- Language: TypeScript
- Homepage:
- Size: 1.01 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 12
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Next.js serverless example
An example serverless next.js app
* Typescript
* API Gateway V2
* Lambda function for server side rendering
* Cloudfront
* Terraform
Hosted at [blog.stein.wtf](https://blog.stein.wtf)
## Build and deploy
```sh
npm run deploy
```