From 7dcfcce88b50dd5c293198fa0b20a88d656d636a Mon Sep 17 00:00:00 2001 From: Marceli Wac Date: Mon, 8 Aug 2022 12:15:24 +0100 Subject: [PATCH] docs: Add missing line in Shared Authorizer example (#11315) --- docs/providers/aws/events/apigateway.md | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/docs/providers/aws/events/apigateway.md b/docs/providers/aws/events/apigateway.md index 0aeb7a856..6e11f2caa 100644 --- a/docs/providers/aws/events/apigateway.md +++ b/docs/providers/aws/events/apigateway.md @@ -1627,10 +1627,11 @@ functions: - http: path: /users/{userId} ... - # Provide both type and authorizerId - type: COGNITO_USER_POOLS # TOKEN or REQUEST or COGNITO_USER_POOLS, same as AWS Cloudformation documentation - authorizerId: - Ref: ApiGatewayAuthorizer # or hard-code Authorizer ID + authorizer: + # Provide both type and authorizerId + type: COGNITO_USER_POOLS # TOKEN or REQUEST or COGNITO_USER_POOLS, same as AWS Cloudformation documentation + authorizerId: + Ref: ApiGatewayAuthorizer # or hard-code Authorizer ID resources: Resources: