From fc8868d9965f19798725c35d43fe7995256c3dc8 Mon Sep 17 00:00:00 2001 From: TwiN Date: Sat, 10 May 2025 14:06:34 -0400 Subject: [PATCH] docs(alerting): Move misplaced note about AWS SES --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 955bc5c9..bf9704ef 100644 --- a/README.md +++ b/README.md @@ -637,6 +637,10 @@ endpoints: description: "healthcheck failed" ``` +If the `access-key-id` and `secret-access-key` are not defined Gatus will fall back to IAM authentication. + +Make sure you have the ability to use `ses:SendEmail`. + #### Configuring Discord alerts | Parameter | Description | Default | @@ -1488,10 +1492,6 @@ endpoints: ``` -If the `access-key-id` and `secret-access-key` are not defined Gatus will fall back to IAM authentication. - -Make sure you have the ability to use `ses:SendEmail`. - #### Configuring Zulip alerts | Parameter | Description | Default | |:-----------------------------------|:------------------------------------------------------------------------------------|:--------------|