Skip to content

Commit b5fff3a

Browse files
author
Taniya Mathur
committed
Revert "fix: correct Step Functions CloudWatchLogsLogGroup format in all patterns"
This reverts commit 7a4a09d.
1 parent 7a4a09d commit b5fff3a

File tree

3 files changed

+3
-6
lines changed

3 files changed

+3
-6
lines changed

patterns/pattern-1/template.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -680,8 +680,7 @@ Resources:
680680
Level: ALL
681681
IncludeExecutionData: true
682682
Destinations:
683-
- CloudWatchLogsLogGroup:
684-
LogGroupArn: !GetAtt StateMachineLogGroup.Arn
683+
- CloudWatchLogsLogGroup: !GetAtt StateMachineLogGroup.Arn
685684
Tracing:
686685
Enabled: !Ref EnableXRayTracing
687686
Policies:

patterns/pattern-2/template.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2418,8 +2418,7 @@ Resources:
24182418
Level: ALL
24192419
IncludeExecutionData: true
24202420
Destinations:
2421-
- CloudWatchLogsLogGroup:
2422-
LogGroupArn: !GetAtt StateMachineLogGroup.Arn
2421+
- CloudWatchLogsLogGroup: !GetAtt StateMachineLogGroup.Arn
24232422
Tracing:
24242423
Enabled: !Ref EnableXRayTracing
24252424
Policies:

patterns/pattern-3/template.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1499,8 +1499,7 @@ Resources:
14991499
Level: ALL
15001500
IncludeExecutionData: true
15011501
Destinations:
1502-
- CloudWatchLogsLogGroup:
1503-
LogGroupArn: !GetAtt StateMachineLogGroup.Arn
1502+
- CloudWatchLogsLogGroup: !GetAtt StateMachineLogGroup.Arn
15041503
Policies:
15051504
- LambdaInvokePolicy:
15061505
FunctionName: !Ref OCRFunction

0 commit comments

Comments
 (0)