Skip to content

Instantly share code, notes, and snippets.

@tomislater
Last active May 23, 2016 06:27
Show Gist options
  • Save tomislater/1bd5e893a296a65d0cb251ce24a9718a to your computer and use it in GitHub Desktop.
Save tomislater/1bd5e893a296a65d0cb251ce24a9718a to your computer and use it in GitHub Desktop.
Lambda Function Handler
def handler_function(event, context):
# event - some event data (usually dict)
# context - runtime information
return 'ok'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment