Skip to content

Commit

Permalink
Merge branch 'main' into AEA-3830-request-content-validation
Browse files Browse the repository at this point in the history
  • Loading branch information
originalphil committed Apr 8, 2024
2 parents 1856308 + 2ae539d commit a072a43
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions SAMtemplates/state_machines/state_machine_resources.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,13 @@ Resources:
Resource:
- !GetAtt StateMachineLogGroup.Arn
- !Sub ${StateMachineLogGroup.Arn}:log-stream:*
- Effect: Allow
Action:
- logs:DescribeLogGroups
- logs:ListLogDeliveries
- logs:CreateLogDelivery
- logs:GetLogDelivery
Resource: "*"

StateMachineLogGroup:
Type: AWS::Logs::LogGroup
Expand Down

0 comments on commit a072a43

Please sign in to comment.