Skip to content

Commit 7b26ec0

Browse files
committed
docs: Tweak notifications docs
1 parent 01cd538 commit 7b26ec0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/infra/notifications.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ aws sesv2 send-email \
5656
"Charset": "UTF-8"
5757
},
5858
"Html": {
59-
"Data": "This is a message from the future",
59+
"Data": "<p>This is a message from the future</p>",
6060
"Charset": "UTF-8"
6161
}
6262
}

docs/system-architecture.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ This diagram shows the system architecture. [🔒 Make a copy of this Lucid temp
1818
* **NAT Gateway** — Enables outbound internet access for resources in private subnets.
1919
* **Secrets Manager** — Securely stores and retrieves sensitive information such as database credentials.
2020
* **Service** — Amazon ECS service running the application.
21-
* **SES** — Amazon SES (Simple Email Service) used for sending email notifications.
21+
* **SES** — Amazon Simple Email Service (SES) used for sending email notifications.
2222
* **Terraform Backend Bucket** — Amazon S3 bucket used to store terraform state files.
2323
* **Terraform State Locks DynamoDB Table** — Amazon DynamoDB table used to manage concurrent access to terraform state files.
2424
* **VPC Endpoints** — VPC endpoints are used by the Database Role Manager to access Amazon Services without traffic leaving the VPC.

0 commit comments

Comments
 (0)