April 2018
Intermediate to advanced
280 pages
8h 37m
English
Once users are subscribed to the topic, developers can publish messages to the topic by invoking the the publish() function and passing the message string and topic ARN to the function.
The following lines of code demonstrate this:
# Publish a message.sns_client.publish(Message="Welcome hybrid cloud developers!", TopicArn=topic_arn)