https://github.com/jhta/serverless-graphql-nextjs
https://github.com/jhta/serverless-graphql-nextjs
Last synced: 11 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/jhta/serverless-graphql-nextjs
- Owner: jhta
- Created: 2020-10-17T22:07:31.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-11-03T21:53:34.000Z (over 5 years ago)
- Last Synced: 2025-05-30T23:22:10.760Z (about 1 year ago)
- Language: TypeScript
- Size: 6.03 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Wheel Project (SLS + Nextjs + GraphQL)
Project created using Serveless Framework.
## Stack
It includes 2 subprojects, API and Frontend. Both of them are integrated to with CI/CD thanks to Github Actions.
### API
* Serverless, handle the infrastructure for the Lambda and the DynamoDB Table.
* Graphql with Apollo Server.
* Typescript
### Frontend
* Serverless, in this scenario using (sls-next/component)(https://www.serverless.com/blog/serverless-nextjs), which automatically create the lambda(s) using Lambda@Edge, it also push the assets to S3 and cache them with Cloudfront.
* NextJS
* Typescript
* NextAuth to handle Google OAuth.
## AWS Infra
