Skip to content

Commit

Permalink
CloudWatch Logs Resource Policy size Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
BastLeblanc committed Aug 29, 2024
1 parent db49913 commit e4cb752
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 e4cb752

Please sign in to comment.