From 6904a9afa4435a4bfd345523f17eaf2ec826b1f2 Mon Sep 17 00:00:00 2001 From: Brendan Jurd Date: Fri, 15 Dec 2017 13:33:54 +1100 Subject: [PATCH] Fix typo in API Gateway doc --- docs/providers/aws/events/apigateway.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/providers/aws/events/apigateway.md b/docs/providers/aws/events/apigateway.md index 2a229b0e0..13f057c34 100644 --- a/docs/providers/aws/events/apigateway.md +++ b/docs/providers/aws/events/apigateway.md @@ -357,7 +357,7 @@ functions: If you are using the default `lambda-proxy` integration, your attributes will be exposed at `event.requestContext.authorizer.claims`. -If you want control more control over which attributes are exposed as claims you +If you want more control over which attributes are exposed as claims you can switch to `integration: lambda` and add the following configuration. The claims will be exposed at `events.cognitoPoolClaims`.