sls invoke local function code example
Example 1: serverless invoke local file
sls invoke local -f hello --path test_data.json
Example 2: sls invoke local
serverless invoke local -f functionName -d '{ "data": "hello world" }'
sls invoke local -f hello --path test_data.json
serverless invoke local -f functionName -d '{ "data": "hello world" }'