Answers for "invoke serverless function locally"

1

serverless invoke local file

sls invoke local -f hello --path test_data.json
Posted by: Guest on April-27-2020
0

sls invoke local

serverless invoke local -f functionName -d '{ "data": "hello world" }'
Posted by: Guest on February-07-2021

Code answers related to "invoke serverless function locally"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language