From fc7929c6462636ced531afbbd22952a32ca192dc Mon Sep 17 00:00:00 2001 From: Michael Wittig Date: Sun, 1 Nov 2015 10:39:42 +0100 Subject: [PATCH] added hint about headers --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 2f5108d..0164e4d 100644 --- a/README.md +++ b/README.md @@ -75,10 +75,12 @@ $ ./aws-api-import.sh --update $ApiId --deploy stage ../swagger.json $ cd .. ``` -## Use the API +## Use the RESTful API the following examples assume that you replace `$ApiGatewayEndpoint` with `$ApiId.execute-api.us-east-1.amazonaws.com` +*API Gateway does not yet support to pass data from the Lambda function to response headers like `Link` or `Location`* + create a user ```