Skip to content

Commit

Permalink
CloudWatch Logs Resource Policy size Fix (#625)
Browse files Browse the repository at this point in the history
  • Loading branch information
BastLeblanc committed Aug 29, 2024
1 parent 2f9234f commit a45530a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion aws/cloudformation-templates/room-generator.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1670,7 +1670,7 @@ Resources:
PrepareProductDataSfnLogGroup:
Type: AWS::Logs::LogGroup
Properties:
LogGroupName: !Sub /aws/sfn/${AWS::StackName}-PrepareProductData
LogGroupName: !Sub /aws/vendedlogs/${AWS::StackName}-PrepareProductData

PrepareProductDataStateMachine:
Type: AWS::StepFunctions::StateMachine
Expand Down

0 comments on commit a45530a

Please sign in to comment.