Skip to content

Instantly share code, notes, and snippets.

View rhockenbury's full-sized avatar

Ryler Hockenbury rhockenbury

View GitHub Profile
@rhockenbury
rhockenbury / queueTask.py
Created June 15, 2017 02:40
Queue Celery Task in SQS from Lambda
from __future__ import print_function
import json
import urllib
import boto3
import uuid
import base64
print("Loading function")