https://github.com/dherault/lambda-react-ssr
React server-side rendering on AWS λ
https://github.com/dherault/lambda-react-ssr
javascript react serverless
Last synced: 8 months ago
JSON representation
React server-side rendering on AWS λ
- Host: GitHub
- URL: https://github.com/dherault/lambda-react-ssr
- Owner: dherault
- License: gpl-3.0
- Created: 2016-02-13T14:00:24.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2016-03-14T16:58:24.000Z (about 10 years ago)
- Last Synced: 2025-04-04T06:33:07.482Z (12 months ago)
- Topics: javascript, react, serverless
- Language: JavaScript
- Homepage:
- Size: 93.8 KB
- Stars: 90
- Watchers: 4
- Forks: 5
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Lambda React SSR
This universal Nodejs app run on AWS Lambda and API Gateway, is built using the [Serverless](https://github.com/serverless/serverless) framework and features:
- [x] Redux state management with hot reloading of React components (nothing in reducers thought)
- [x] React server-side rendering (with 200, 404, 500 status codes)
- [x] Graphql data fetching endpoint for DynamoDB (with 200, 400, 404, 409, 500 status codes)
- [ ] Authentication with AWS Cognito (see this repo: [LambdAuth](https://github.com/danilop/LambdAuth))
### License
GNU General Public License version 3 (GPL-3.0)