Skip to content

Instantly share code, notes, and snippets.

@stfnhh
Created October 22, 2018 14:21
Show Gist options
  • Save stfnhh/f8e6d03b4a6492ecac7f28a9b4825015 to your computer and use it in GitHub Desktop.
Save stfnhh/f8e6d03b4a6492ecac7f28a9b4825015 to your computer and use it in GitHub Desktop.
Check to see if code is running on AWS Lambda
if os.environ.get("AWS_EXECUTION_ENV") is not None:
# Running on Lambda
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment