Skip to content

Instantly share code, notes, and snippets.

@BIWhitfield
Last active February 8, 2018 17:11
Show Gist options
  • Save BIWhitfield/bea81385d7d37d568a0705b08b69c35b to your computer and use it in GitHub Desktop.
Save BIWhitfield/bea81385d7d37d568a0705b08b69c35b to your computer and use it in GitHub Desktop.
There are going to be cases where you might want to deploy just a single API endpoint as opposed to all of them. The serverless deploy function command deploys an individual function without going through the entire deployment cycle. This is a much faster way of deploying the changes we make.
For example, to deploy the list function again, we can run the following.
$ serverless deploy function -f ${name of function}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment