Skip to content

Commit

Permalink
Fix EventBridge permissions
Browse files Browse the repository at this point in the history
  • Loading branch information
farski committed Apr 19, 2024
1 parent 42a32af commit 24ca121
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ci/template.yml
Original file line number Diff line number Diff line change
Expand Up @@ -329,9 +329,9 @@ Resources:
MemorySize: 192
Policies:
- Statement:
- Action: sns:Publish
- Action: events:PutEvents
Effect: Allow
Resource: !Ref SlackMessageRelaySnsTopicArn
Resource: !Sub arn:${AWS::Partition}:events:${AWS::Region}:${AWS::AccountId}:event-bus/default
Version: "2012-10-17"
- Statement:
- Action: ssm:PutParameter
Expand Down

0 comments on commit 24ca121

Please sign in to comment.