Refactor duplicated log line formatting from invoke and logs plugins
into utils/formatLambdaLogEvent.js and add tests.
Make log line formatter understand default python logging module output
from Lambda functions.
Add payload output testing to invoke plugin.
Fixes#1796 and #3594