python-lambda-local
python-lambda-local copied to clipboard
Adds verbose flag option
The output from this is as follows:
Event: {'event': 42}
Duration: 0.68 ms
Result: hello from lambda
We of course can revert this-- the main change is how RESULT is formatted.
Resolves #68