logPretty
Log a pretty-printed representation of a value to stderr and pass the value through unchanged.
value(required): any value to inspect
utlx
{
result: logPretty($input.payload) // logs formatted JSON to stderr, passes value through
}