Skip to content

Instantly share code, notes, and snippets.

@suzukiken
Created November 7, 2015 09:20
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 suzukiken/720f465317a9a5dad40c to your computer and use it in GitHub Desktop.
Save suzukiken/720f465317a9a5dad40c to your computer and use it in GitHub Desktop.
s3-lambda-iot-yun-continued-LAMBDA_TASK_ROOT
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