python-lambda-local icon indicating copy to clipboard operation
python-lambda-local copied to clipboard

Support executable event file

Open mgwilliams opened this issue 7 years ago • 1 comments

Instead of an event.json file, this allows any executable to be passed to python-lambda-local as the event path, which will be executed and its stdout used as the event.

mgwilliams avatar Jul 21 '17 17:07 mgwilliams

subprocess module is not compatible with python27. Is it possible to use a compatible way for both python2 and python3?

yxd-hde avatar Aug 01 '17 01:08 yxd-hde