npm i -g serverless
sls
sls deploy
sls invoke -f hello --path request.json --log
sls invoke local -f hello --log
sls logs -f hello --tail
sls remove
sls dashboard
Note: all commands can be used starting with "sls" or "no server"
npm i -g serverless
sls
sls deploy
sls invoke -f hello --path request.json --log
sls invoke local -f hello --log
sls logs -f hello --tail
sls remove
sls dashboard
Note: all commands can be used starting with "sls" or "no server"