Merge pull request #2635 from jeffcressman/develop

Fix command name in docs cheat sheet example
This commit is contained in:
Eslam λ Hefnawy 2016-11-07 13:54:55 +07:00 committed by GitHub
commit b05eb19e91

View File

@ -60,7 +60,7 @@ serverless deploy function -f [FUNCTION NAME] -s [STAGE NAME] -r [REGION NAME]
##### Invoke Function
Invokes an AWS Lambda Function on AWS and returns logs.
```
serverless deploy function -f [FUNCTION NAME] -s [STAGE NAME] -r [REGION NAME] -l
serverless invoke function -f [FUNCTION NAME] -s [STAGE NAME] -r [REGION NAME] -l
```
##### Streaming Logs