Skip to content

Instantly share code, notes, and snippets.

View therealchucknorris's full-sized avatar

therealchucknorris

View GitHub Profile
@therealchucknorris
therealchucknorris / index_dynamodb_with_cloudsearch_using_lambda.py
Created August 26, 2016 15:53
Indexing Amazon DynamoDB Content with Amazon CloudSearch Service Using AWS Lambda
import base64
import datetime
import json
import os
import time
import traceback
import urlparse
import botocore.auth
import botocore.awsrequest