James Thomas 7c5c1a0924 Removing AWS references.
There were some remaining AWS references caught during code reivew.
2017-01-27 10:17:28 +00:00

787 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