Skip to content

Instantly share code, notes, and snippets.

@alhopper
alhopper / sqs-sample-code.py
Created November 1, 2015 14:50
python code to get/process events from AWS SQS
from boto import sqs
from time import sleep
import time
import logging
import logging.handlers
import string
import os
import sys