Skip to content

Instantly share code, notes, and snippets.

Embed
What would you like to do?
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