"Serverless: INVOKING INVOKE"

Hi All,

Am I paranoid or did the the "Serverless: INVOKING INVOKE" string was always displayed when running sls invoke local -f function_name ?

I’m pretty sure it was not. I used to pipe the results from that commend to jq (JSON interpreter) and now I can’t. How can I get rid off this "Serverless: INVOKING INVOKE"

$ sls invoke local -f generate -p src/event.json
Serverless: INVOKING INVOKE
{
    "statusCode": 200,
    "body": "{
          … and the rest of the stringified JSON
     }"
}

OK. I’m not paranoid (that’s a good information for me). I downgrade to 1.28.0 version and there is no message.

Dear developers, could you please get rid of it?

1 Like