Skip to content

Instantly share code, notes, and snippets.

@suzukiken
Created November 7, 2015 09:20
Embed
What would you like to do?
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