Skip to content

Instantly share code, notes, and snippets.

View rdp-cloud's full-sized avatar
💭
I may be slow to respond.

rdp-cloud

💭
I may be slow to respond.
View GitHub Profile
@mlafeldt
mlafeldt / image_processor.py
Created April 10, 2014 12:21
Batch processing script from Architecting on AWS training
import boto
import json
import time
import sys
import getopt
import argparse
import os
import logging
import StringIO
import uuid