๐ฝ remix-aws-cdk-example
January 19, 2022 ยท View on GitHub
This example is based on the remix-run/architect template and uses the arc sandbox for local development.
The deployment is done with the aws-cdk v2.
Architecture

๐งฐ Setup
This repository uses yarn workspaces. To set up all use the following command:
yarn install
โจ๏ธ Local Development
yarn start
Open up http://localhost:3333 and you should be ready to go!
๐ AWS Deployment
If you want to have a look at the synthesized CloudFormation template, you can run yarn synth and find the template in infrastructure/RemixStack.yml.
You can deploy remix via the following commands:
yarn build
yarn deploy
๐ Clean Up
Delete the CloudFormation stack named "RemixStack" created by this project.