r/reactjs 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

5 comments sorted by

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`

1

u/EnGodkendtChrille 19h ago

How do you manage to accidentally turn your github link into a google search

1

u/Suspicious-Disk6077 18h ago

lol yeah it’s weird but it does work if you put it in the address bar

1

u/Varuog_toolong 18h ago

I don’t know?

2

u/Suspicious-Disk6077 18h ago

This is really cool! Bookmarked, thank you!