4 Commits

Author SHA1 Message Date
Egor Kislitsyn
730468689c fix python function creation and run 2016-02-08 18:23:18 +07:00
Ryan S. Brown
bfe2976d07 Allow Python functions to be run locally top-level dir
Use the real path of the running file instead of the relative path from
where the function is run.

This means `serverless function run componentnamd/modname/functionname`
works everywhere in the project, not just in the function directory.
2016-01-23 10:22:15 -05:00
Ryan S. Brown
a8250978de Add component lib import to example handler 2016-01-23 09:44:06 -05:00
Ryan S. Brown
3e198c1d8d Add python template files 2016-01-23 09:08:14 -05:00