---
title: "Auf AWS Amplify deployen"
description: "Wie deployt man mit LaunchFast Starter Kits gebaute Websites und Web-Apps auf AWS Amplify?"
source: "https://www.launchfa.st/de/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. Stellen Sie sicher, dass Ihr Code in einem privaten GitHub-Repository verfügbar ist.

2. Folgen Sie den Schritten in [einem unserer Blogs](https://www.launchfa.st/blog/deploy-nextjs-aws-amplify#deploy-to-aws-amplify), um das GitHub-Repository so einzurichten, dass Updates automatisch auf AWS Amplify deployt werden.

    :::note
        Stellen Sie sicher, dass Sie alle Umgebungsvariablen aus Ihrer lokalen `.env`-Datei in den Abschnitt „Environment Variables" im Bereich „Advanced Settings" des Flows kopieren.
    :::

</Steps>
