mirror of
https://github.com/serverless/serverless.git
synced 2025-12-08 19:46:03 +00:00
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