Working with SNS in Python using Boto3

7K views Nov 18, 2022

hands-on.cloud

This video demonstrates how to work with Amazon Simple Notification Service (or Amazon SNS) using Python SDK for AWS (Boto3 library). We'll demonstrate how to create, describe, list, and delete SNS topics, manage SNS topic subscriptions and send messages to the topic. The entire course content is available for you at: https://hands-on.cloud/quick-introduction-to-python-for-aws-automation-engineers/. The supporting blog article is available at: https://hands-on.cloud/working-with-sns-in-python-using-boto3/. This video has been created using Synthesia: https://hands-on.cloud/recommends/synthesia-io/. Boto3 documentation for Amazon SNS: https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sns.html 00:00 - Intro 00:27 - Prerequisites 00:46 - What is Amazon Simple Notification Service (Amazon SNS)? 02:08 - How to connect to AWS Lambda API using Boto3? 02:29 - How to create an Amazon SNS topic using Boto3? 03:37 - How to list Amazon SNS topics using Boto3? 04:47 - How to list Amazon SNS topic attributes using Boto3? 05:25 - How to set Amazon SNS topic policy using Boto3? 06:19 - How to publish a message to an Amazon SNS topic using Boto3? 07:06 - How to delete an Amazon SNS topic using Boto3?

#Distance Learning
#Distributed & Cloud Computing
#Programming