Host Remix on AWS Amplify (via Amplify deployment specification)

Created a sample Remix app that you can host on AWS Amplify via the Amplify deployment specification

This is a simple demo app, NOT PRODUCTION-READY. It shows how you can take the build outputs from remix vite:build and make them compatible with AWS Amplify's deployment specification.

The Amplify-specific files are:

  • amplify.yml - the build specification so Amplify's build service runs a postbuild script after a npm run build
  • amplify-plugin/