At the moment serverless deploy
will deploy the whole service. Is it possible to deploy each function like we could in v0.5?
You can deploy an individual function using sls deploy function -f functionName
. See the docs.
At the moment serverless deploy
will deploy the whole service. Is it possible to deploy each function like we could in v0.5?
You can deploy an individual function using sls deploy function -f functionName
. See the docs.