8000 GitHub - natqab/ssr-react-lambda: A basic example of how to render React components server-side using AWS Lambda and API Gateway
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

A basic example of how to render React components server-side using AWS Lambda and API Gateway

Notifications You must be signed in to change notification settings

natqab/ssr-react-lambda

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ssr-react-lambda

A basic example of how to render React components server-side using AWS Lambda and API Gateway

First, run npm install. For local development, run npm start. For the app, go to localhost:3000.

Before creating a Lambda in the AWS Console, run npm run build so that a zip file is created, containing your transpiled React app.

At this point, you have a zip file that's ready to be uploaded to a Lambda function of your choice.

About

A basic example of how to render React components server-side using AWS Lambda and API Gateway

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
0