Merge pull request #4579 from direvus/patch-2

Fix typo in API Gateway doc
This commit is contained in:
Takahiro Horike 2017-12-15 12:35:12 +09:00 committed by GitHub
commit 7869f6fdad
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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`.