[amscotti@128bit.io ~/posts]# grep -l "sqs" *.md | xargs -n1 head _
Date: June 13, 2012

Demonstrates combining Amazon SQS queues with SES email service for background email processing. Shows architecture where web applications queue email jobs, worker processes consume from SQS and send via SES, with code examples in Node.js and Ruby handling queue messages and email sending.