Skip to content

Instantly share code, notes, and snippets.

@uorat
Created August 31, 2017 05:26
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 uorat/e6395305201c1e4ab7caf9b8caf997b2 to your computer and use it in GitHub Desktop.
Save uorat/e6395305201c1e4ab7caf9b8caf997b2 to your computer and use it in GitHub Desktop.
hello-apex/functions/helloworld-python/functions.json
{
"runtime": "python3.6",
"hooks": {
"build": "pip install -r requirements.txt -t ./site-packages"
},
"environment": {
"PYTHONPATH": "/var/runtime:/var/task/site-packages"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment