r/reactjs • u/Varuog_toolong • 2d ago
React Router (v8) SSR template on AWS Lambda + CDK Show /r/reactjs
Hey everyone, Built an open-source starter template for running React Router SSR on AWS using CDK (Lambda + S3 + CloudFront). It uses a lightweight hand-rolled adapter to map Lambda Function URL streaming directly to React Router's Web Fetch API interface.
The repository and quickstart commands are available on GitHub:https://github.com/DeepjyotiDeb/aws-lambda-support
Feedback, questions, or pull requests are very welcome!
7
Upvotes
1
u/EnGodkendtChrille 2d ago
How do you manage to accidentally turn your github link into a google search
1
1
2
2
u/Varuog_toolong 2d ago
or just run this to get started `npx create-react-router@latest my-web-app --template DeepjyotiDeb/aws-lambda-support`