From 117e89675acd4be11cae1cd71bd1bedb79eebe8c Mon Sep 17 00:00:00 2001 From: Vatsal Mangukiya <89577062+vats147@users.noreply.github.com> Date: Sat, 15 Jul 2023 09:59:05 +0530 Subject: [PATCH] change serverless function from hello to api --- aws-node-http-api/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: