/remix-aws-cdk-example

Primary LanguageTypeScriptMIT LicenseMIT

💽 remix-aws-cdk-example

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

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.

🔗 Related Links