remix-aws-cdk-example
remix-aws-cdk-example copied to clipboard
I was checking through the infrastructure code and saw that you are doing this ```ts bundling: { nodeModules: ["@remix-run/architect", "react", "react-dom"], }, ``` Why are we not bundling this with...
[](https://renovatebot.com) Welcome to [Renovate](https://togithub.com/renovatebot/renovate)! This is an onboarding PR to help you understand and configure settings before regular Pull Requests begin. 🚦 To activate Renovate, merge this Pull Request....
Hi @florianwiech, thanks for this great CDK example! Have you considered using [lambda@edge](https://constructs.dev/packages/@aws-cdk/aws-cloudfront/v/1.149.0?lang=typescript#lambdaedge) instead of regular lambda functions to run Remix? Would be interesting to measure performance differences, especially with...
Hey 👋 First of all: Thanks for your awesome work with this repo. I've used it for the second time already and I'm really glad you provided such a nice...
I've been battling with cloudfront + cookies all day and I'm not closer to the answer. Using pretty much the same cdk stack as you here and hoping you kwow...