Skip to content

Instantly share code, notes, and snippets.

@korniichuk
Last active July 23, 2019 13:54
Show Gist options
  • Save korniichuk/306ddc154a39642a0cd0b5447bf7c7ef to your computer and use it in GitHub Desktop.
Save korniichuk/306ddc154a39642a0cd0b5447bf7c7ef to your computer and use it in GitHub Desktop.
Amazon Simple Notification Service (SNS)
import boto3
sns = boto3.client('sns')
sns.publish(PhoneNumber='0048888888888', Message='Hello, World!')
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment