Skip to content

Instantly share code, notes, and snippets.

View pktippa's full-sized avatar
🖐️
Open to work

Pradeep Kumar Tippa pktippa

🖐️
Open to work
View GitHub Profile
@tfhartmann
tfhartmann / sns.py
Created February 12, 2014 14:00
Example script on how to publish a message to an AWS SNS Queue
#!//opt/boxen/homebrew/bin/python
import boto.sns
import json
REGION = 'us-west-2'
TOPIC = '<ARN>'
URL = '<Body of Message in this example I used a url>'