Created
November 7, 2015 09:20
-
-
Save suzukiken/720f465317a9a5dad40c to your computer and use it in GitHub Desktop.
s3-lambda-iot-yun-continued-LAMBDA_TASK_ROOT
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import os | |
import sys | |
root = os.environ["LAMBDA_TASK_ROOT"] | |
sys.path.insert(0, root) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment