Skip to content

Instantly share code, notes, and snippets.

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