Skip to content

Instantly share code, notes, and snippets.

@codeluggage
Last active December 22, 2018 19:40
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 codeluggage/ecafa23880a7ad3069bb918237343cb7 to your computer and use it in GitHub Desktop.
Save codeluggage/ecafa23880a7ad3069bb918237343cb7 to your computer and use it in GitHub Desktop.
import os
def hello(event, context):
return {
"statusCode": 200,
"body": "The answer is: " + os.environ["THE_ANSWER"]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment