Christopher Anderson b3659a45d2 Adding initial Azure Docs 🎉
2017-02-20 01:03:41 -08:00

781 B

Read this on the main serverless docs site

Deploy Function

The sls deploy function command deploys an individual function. This command simply compiles a deployment package with a single function handler. This is a much faster way of deploying changes in code.

serverless deploy function -f functionName

Options

  • --function or -f The name of the function which should be deployed