Skip to content

Instantly share code, notes, and snippets.

@kepstein
Created October 15, 2016 19:09
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kepstein/0bedf0f3a689033b9f92cd0474c035fe to your computer and use it in GitHub Desktop.
Save kepstein/0bedf0f3a689033b9f92cd0474c035fe to your computer and use it in GitHub Desktop.
Lambda Event object in Python
#!/usr/bin/python
def lambda_handler(event, context):
print format(event)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment