[amscotti@128bit.io ~/posts]# grep -l "sns" *.md | xargs -n1 head _
Date: November 10, 2011

Ruby example using Amazon Web Services SDK to publish messages to Simple Notification Service topics. Demonstrates getting SNS interface, finding topic by ARN, and publishing messages which can be delivered as SMS or emails, perfect for form-based notifications in Ruby applications.