From 47494eaacbc99538739158276015233af66d2e95 Mon Sep 17 00:00:00 2001 From: siegerts Date: Mon, 20 Nov 2023 09:24:55 -0500 Subject: [PATCH] Update aws-amplify.md --- docs/content/2.deploy/20.providers/aws-amplify.md | 4 ---- 1 file changed, 4 deletions(-) diff --git a/docs/content/2.deploy/20.providers/aws-amplify.md b/docs/content/2.deploy/20.providers/aws-amplify.md index c8e9e55d53..7f9cbea810 100644 --- a/docs/content/2.deploy/20.providers/aws-amplify.md +++ b/docs/content/2.deploy/20.providers/aws-amplify.md @@ -4,10 +4,6 @@ Deploy Nitro apps to [AWS Amplify Hosting](https://aws.amazon.com/amplify/). **Preset:** `aws_amplify` ([switch to this preset](/deploy/#changing-the-deployment-preset)) -::alert{type="warning"} -Currently you might need a custom `amplify.yml` file in order to have a working deployment ([see examples](https://nitro.unjs.io/deploy/providers/aws-amplify#amplifyyml)). -:: - ## Deploy to AWS Amplify Hosting ::alert