AWS SNS using boto3 SDK

Topic in SNS In Amazon Simple Notification Service (SNS), a topic is an access point for allowing subscribers to receive notifications or messages. When you publish a message to a topic, SNS sends the message to all the subscribers of that topic. Sending files as attachments Yes, you can use Amazon Simple Notification Service (SNS) to send a CSV file stored in an Amazon S3 bucket as an attachment in an email notification. Here are the high-level steps to achieve this: ...

August 15, 2024 · 2 min