From 518787f0eb857f13df43db689ef1fe8a0ab60e5a Mon Sep 17 00:00:00 2001 From: Manish Pandit Date: Mon, 6 Nov 2017 13:01:53 -0800 Subject: [PATCH] Changed the SNS undocumented gotcha's legend icon to reflect the same. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b9cc844..299729f 100644 --- a/README.md +++ b/README.md @@ -2055,7 +2055,7 @@ SNS ### SNS Gotchas and Limitations - 🔸 HTTP/S subscribers of SNS topics need to have public endpoints, as SNS does not support calling private endpoints (like those in a private subnet within a VPC). -- 🔸 In a fan-out scenario, [SSE-enabled SQS](http://docs.aws.amazon.com/AWSSimpleQueueService/latest/SQSDeveloperGuide/sqs-server-side-encryption.html) subscribers of an SNS topic [will not receive](https://lobster1234.github.io/2017/10/14/fan-out-with-sns-and-sqs-gotcha/) the messages sent to the topic. +- 📜 In a fan-out scenario, [SSE-enabled SQS](http://docs.aws.amazon.com/AWSSimpleQueueService/latest/SQSDeveloperGuide/sqs-server-side-encryption.html) subscribers of an SNS topic [will not receive](https://lobster1234.github.io/2017/10/14/fan-out-with-sns-and-sqs-gotcha/) the messages sent to the topic. High Availability -----------------