Skip to content

Instantly share code, notes, and snippets.

@noahgift
Created March 24, 2020 18:50
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 noahgift/3b51e8d800ea601bb54d093c7114f02e to your computer and use it in GitHub Desktop.
Save noahgift/3b51e8d800ea601bb54d093c7114f02e to your computer and use it in GitHub Desktop.
def lambda_handler(event, context):
if event["name"] == "Marco":
return "Polo"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment