mirror of
https://github.com/serverless/serverless.git
synced 2026-01-25 15:07:39 +00:00
Merge pull request #2635 from jeffcressman/develop
Fix command name in docs cheat sheet example
This commit is contained in:
commit
b05eb19e91
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user