File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff 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 }
Original file line number Diff line number Diff 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.
You can’t perform that action at this time.
0 commit comments