When I run this local invoke, in my NodeJS lambda the payload comes as an object
instead of string
serverless invoke local -f MyfunctionName --data '{ "data": "hello world" }'
Is there a reason for this? How can I pass this json payload as a string?