Skip to content

Commit

Permalink
Fixed Cfn issue
Browse files Browse the repository at this point in the history
  • Loading branch information
ankushjain358 committed Jan 5, 2024
1 parent 77585ca commit afe0b41
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apigw-websocket-api-lambda-authorizer/template.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down

0 comments on commit afe0b41

Please sign in to comment.