From b19bf0a1368db67047dcda25526ba53b9fe26fbc Mon Sep 17 00:00:00 2001 From: John McCabe Date: Thu, 16 Nov 2017 00:00:43 +0000 Subject: [PATCH] Fix route in example function call Signed-off-by: John McCabe --- guide/asynchronous.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/guide/asynchronous.md b/guide/asynchronous.md index 359c9241..17c50710 100644 --- a/guide/asynchronous.md +++ b/guide/asynchronous.md @@ -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: