remix-aws-cdk-example icon indicating copy to clipboard operation
remix-aws-cdk-example copied to clipboard

Results 5 remix-aws-cdk-example issues
Sort by recently updated
recently updated
newest added

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...

[![WhiteSource Renovate](https://app.renovatebot.com/images/banner.svg)](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...