Skip to content

Commit 500f788

Browse files
fix case
1 parent da94f49 commit 500f788

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

cicd/3-app/javabuilder/template.yml.erb

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -238,7 +238,7 @@ Resources:
238238
Properties:
239239
ApiId: !Ref WebSocketApi
240240
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"
242242
IdentitySource:
243243
- route.request.querystring.Authorization
244244
Name: WebSocketAuthorizer
@@ -1023,7 +1023,7 @@ Resources:
10231023
Statistic: Sum
10241024
Dimensions:
10251025
- Name: functionName
1026-
Value: !Ref WebsocketAuthorizerLambda
1026+
Value: !Ref WebSocketAuthorizerLambda
10271027
Period: 60
10281028
EvaluationPeriods: 1
10291029
DatapointsToAlarm: 1
@@ -1047,7 +1047,7 @@ Resources:
10471047
Statistic: Sum
10481048
Dimensions:
10491049
- Name: functionName
1050-
Value: !Ref WebsocketAuthorizerLambda
1050+
Value: !Ref WebSocketAuthorizerLambda
10511051
Period: 60
10521052
EvaluationPeriods: 1
10531053
DatapointsToAlarm: 1
@@ -1071,7 +1071,7 @@ Resources:
10711071
Statistic: Sum
10721072
Dimensions:
10731073
- Name: functionName
1074-
Value: !Ref WebsocketAuthorizerLambda
1074+
Value: !Ref WebSocketAuthorizerLambda
10751075
Period: 60
10761076
EvaluationPeriods: 1
10771077
DatapointsToAlarm: 1

0 commit comments

Comments
 (0)