Skip to content

Instantly share code, notes, and snippets.

import urllib
import boto3
import ast
import json
print('Loading function')
def lambda_handler(event, context):
print 'Recieved following event'
print '--------------------------------------------------'