For the complete documentation index, see llms.txt. This page is also available as Markdown.

SNS Topic

SNS overview and attacks

SNS

  • Simple Notification Service

  • Sends messages from publishers to subscribers

  • May contain sensitive information

Subscribing to SNS

aws sns subscribe --topic-arn <ARN> --protocol email --notification-endpoint <emailAddress>

Last updated