From afe0b41c39a014d5d5a1778018d40f54d995500b Mon Sep 17 00:00:00 2001 From: Ankush Jain Date: Fri, 5 Jan 2024 19:06:42 +0530 Subject: [PATCH] Fixed Cfn issue --- apigw-websocket-api-lambda-authorizer/template.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apigw-websocket-api-lambda-authorizer/template.yaml b/apigw-websocket-api-lambda-authorizer/template.yaml index 9e31e9915..a6f7232bb 100644 --- a/apigw-websocket-api-lambda-authorizer/template.yaml +++ b/apigw-websocket-api-lambda-authorizer/template.yaml @@ -80,7 +80,7 @@ Resources: Resource: !Sub - arn:aws:execute-api:${region}:{accountId}:*/@connections/* - region: !Ref 'AWS::Region' - accountId: !Ref 'AWS:AccountId' + accountId: !Ref 'AWS::AccountId' Environment: Variables: TABLE_NAME: !Ref 'ConnectionMappingTableName'