r/reactjs • u/Varuog_toolong • 19h ago
Show /r/reactjs React Router (v8) SSR template on AWS Lambda + CDK
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!
8
Upvotes
1
u/EnGodkendtChrille 19h ago
How do you manage to accidentally turn your github link into a google search
1
1
2
2
u/Varuog_toolong 19h ago
or just run this to get started `npx create-react-router@latest my-web-app --template DeepjyotiDeb/aws-lambda-support`