diff --git a/aws-node-http-api/README.md b/aws-node-http-api/README.md index 4d380856c..9d007aa4b 100644 --- a/aws-node-http-api/README.md +++ b/aws-node-http-api/README.md @@ -62,7 +62,7 @@ Which should result in response similar to the following (removed `input` conten You can invoke your function locally by using the following command: ```bash -serverless invoke local --function hello +serverless invoke local --function api ``` Which should result in response similar to the following: