Fix route in example function call

Signed-off-by: John McCabe <john@johnmccabe.net>
This commit is contained in:
John McCabe 2017-11-16 00:00:43 +00:00 committed by Alex Ellis
parent 122cfd15d8
commit b19bf0a136

View File

@ -3,7 +3,7 @@
Asynchronous function calls can be queued up using the following route:
```
$ curl --data "message" http://gateway/function/{function_name}
$ curl --data "message" http://gateway/async-function/{function_name}
```
Summary of modes for calling functions via API Gateway: