---
title: "Deploy To AWS Amplify"
description: "How to deploy web sites and web apps built with LaunchFast starter kits to AWS Amplify?"
source: "https://www.launchfa.st/documentation/deployment/aws-amplify"
---

> **Site index for agents**
> Fetch https://www.launchfa.st/llms.txt to discover every page on this site.
> Every page is also available as Markdown by appending `.md` to its URL.

import { Steps } from '@astrojs/starlight/components'

<Steps>

1. Make sure your code is available in a private GitHub repository.

2. Follow the steps in [one of our blogs](https://www.launchfa.st/blog/deploy-nextjs-aws-amplify#deploy-to-aws-amplify) to set up the GitHub repository to auto-deploy updates to AWS Amplify.

    :::note
        Do ensure that you copy all the environment variables in your local `.env` file to the Environment Variables section in Advanced Settings section in the flow.
    :::

</Steps>
