From dc71b6ee065dac09d5af8f776d49ca71dc7e6f25 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B6rn=20Bilger?= Date: Sun, 9 Oct 2016 23:37:28 +0200 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 35c9170..ac455e8 100644 --- a/README.md +++ b/README.md @@ -119,7 +119,7 @@ Create a new API in API Gateway using `Lambda Function Proxy` and add a method u ], "responses": {}, "x-amazon-apigateway-integration": { - "uri": "arn:aws:apigateway:YOUR_REGION:lambda:path/2015-03-31/functions/arn:aws:lambda:YOUR_REGION:YOUR_ID:function:MyFunction/YOUR_FUNCTION_NAME", + "uri": "arn:aws:apigateway:YOUR_REGION:lambda:path/2015-03-31/functions/arn:aws:lambda:YOUR_REGION:YOUR_ID:function:YOUR_FUNCTION_NAME/invocations", "passthroughBehavior": "when_no_match", "httpMethod": "POST", "responses": {