diff --git a/docs/providers/aws/guide/workflow.md b/docs/providers/aws/guide/workflow.md index 6410f02ca..a73ff04c5 100644 --- a/docs/providers/aws/guide/workflow.md +++ b/docs/providers/aws/guide/workflow.md @@ -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