From 7c2e17bf1f3f6852709e36f905ec27eb3411a196 Mon Sep 17 00:00:00 2001 From: Ryan Ahearn Date: Mon, 9 Jan 2023 09:34:47 -0500 Subject: [PATCH] Clarify that we are not providing direct access to SES/SNS --- docs/system-description.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/system-description.md b/docs/system-description.md index e913f7ca6..95eca3898 100644 --- a/docs/system-description.md +++ b/docs/system-description.md @@ -30,9 +30,9 @@ US Notify utilizes several cloud.gov-provided services: * Elasticache (redis) for cacheing data and enqueueing background tasks * RDS (PostgreSQL) for system data storage -US Notify also provides access to two AWS services via a supplemental service broker: +US Notify also provisions and uses two AWS services via a [supplemental service broker](https://github.com/GSA/datagov-ssb): -* SNS for sending SMS messages -* SES for sending email messages +* [SNS](https://aws.amazon.com/sns/) for sending SMS messages +* [SES](https://aws.amazon.com/ses/) for sending email messages For further details of the system and how it connects to supporting services, see the [application boundary diagram](https://github.com/GSA/us-notify-compliance/blob/main/diagrams/rendered/apps/application.boundary.png)