python-lambda-local
python-lambda-local copied to clipboard
Support executable event file
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.
subprocess
module is not compatible with python27. Is it possible to use a compatible way for both python2 and python3?