Skip to content

Commit

Permalink
Fixed inconsistent function name for the 404 error case.
Browse files Browse the repository at this point in the history
  • Loading branch information
lobster1234 committed Dec 12, 2017
1 parent f9af817 commit 1b7a4e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@ Server: Apache Tomcat/8.5.11
* Function Not Found
```bash
$ curl -i -X POST http://localhost:8080/function -H 'x-lambda-function-name:getBankTransactions-dev-get-transactions'
$ curl -i -X POST http://localhost:8080/function -H 'x-lambda-function-name:internal-api-func'
HTTP/1.1 404
Content-Type: application/json
Transfer-Encoding: chunked
Expand Down

0 comments on commit 1b7a4e0

Please sign in to comment.