File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -238,7 +238,7 @@ Resources:
238
238
Properties:
239
239
ApiId: !Ref WebSocketApi
240
240
AuthorizerType: REQUEST
241
- AuthorizerUri: !Sub "arn:aws:apigateway:${AWS::Region}:lambda:path/2015-03-31/functions/${WebsocketAuthorizerLambda .Arn}/invocations"
241
+ AuthorizerUri: !Sub "arn:aws:apigateway:${AWS::Region}:lambda:path/2015-03-31/functions/${WebSocketAuthorizerLambda .Arn}/invocations"
242
242
IdentitySource:
243
243
- route.request.querystring.Authorization
244
244
Name: WebSocketAuthorizer
@@ -1023,7 +1023,7 @@ Resources:
1023
1023
Statistic: Sum
1024
1024
Dimensions:
1025
1025
- Name: functionName
1026
- Value: !Ref WebsocketAuthorizerLambda
1026
+ Value: !Ref WebSocketAuthorizerLambda
1027
1027
Period: 60
1028
1028
EvaluationPeriods: 1
1029
1029
DatapointsToAlarm: 1
@@ -1047,7 +1047,7 @@ Resources:
1047
1047
Statistic: Sum
1048
1048
Dimensions:
1049
1049
- Name: functionName
1050
- Value: !Ref WebsocketAuthorizerLambda
1050
+ Value: !Ref WebSocketAuthorizerLambda
1051
1051
Period: 60
1052
1052
EvaluationPeriods: 1
1053
1053
DatapointsToAlarm: 1
@@ -1071,7 +1071,7 @@ Resources:
1071
1071
Statistic: Sum
1072
1072
Dimensions:
1073
1073
- Name: functionName
1074
- Value: !Ref WebsocketAuthorizerLambda
1074
+ Value: !Ref WebSocketAuthorizerLambda
1075
1075
Period: 60
1076
1076
EvaluationPeriods: 1
1077
1077
DatapointsToAlarm: 1
You can’t perform that action at this time.
0 commit comments