Skip to content

Instantly share code, notes, and snippets.

@clawfire
Last active April 2, 2019 14:54
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 clawfire/54504db0e6082d9ce8de30cccd1cff3d to your computer and use it in GitHub Desktop.
Save clawfire/54504db0e6082d9ce8de30cccd1cff3d to your computer and use it in GitHub Desktop.
def lambda_handler(event, context):
return "Hello %s" % event['username']
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment