Skip to content

Commit

Permalink
docs(aws-amplify): add step to enable SSR logging and remove experime…
Browse files Browse the repository at this point in the history
…ntal
  • Loading branch information
siegerts authored Nov 20, 2023
1 parent 3d2af3c commit 5b1d9e4
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions docs/content/2.deploy/20.providers/aws-amplify.md
Original file line number Diff line number Diff line change
Expand Up @@ -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"}
You can **experiment** with deploying to AWS Amplify hosting using [nightly release channel](https://nitro.unjs.io/guide/getting-started#nightly-release-channel)
::

::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)).
::
Expand All @@ -20,12 +16,12 @@ Currently you might need a custom `amplify.yml` file in order to have a working
Integration with this provider is possible with zero configuration. ([Learn More](/deploy/#zero-config-providers))
::

0. Switch to [nitro nightly release channel](https://nitro.unjs.io/guide/getting-started#nightly-release-channel)
1. Login to the [AWS Amplify Hosting Console](https://console.aws.amazon.com/amplify/)
2. Click on "Get Started" > Amplify Hosting (Host your web app)
3. Select and authorize access to your Git repository provider and select the main branch
4. Choose a name for your app, make sure build settings are auto-detected and optionally set requirement environment variables under the advanced section
5. Confirm configuration and click on "Save and Deploy"
5. Optionally, select Enable SSR logging to enable server-side logging to your Amazon CloudWatch account
6. Confirm configuration and click on "Save and Deploy"


## Advanced Configuration
Expand Down

0 comments on commit 5b1d9e4

Please sign in to comment.