Skip to content

Commit

Permalink
Fix permission
Browse files Browse the repository at this point in the history
  • Loading branch information
farski committed May 23, 2024
1 parent b78d38f commit b903920
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions template.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,10 @@ Resources:
Effect: Allow
Resource: !Sub arn:${AWS::Partition}:events:${AWS::Region}:${AWS::AccountId}:event-bus/default
Sid: AllowDefaultEventBusPut
- Action: lambda:Invoke
Effect: Allow
Resource: !Sub arn:${AWS::Partition}:lambda:${AWS::Region}:${AWS::AccountId}:function:eventbrite-toolkit-TicketNotificationsFunction-*
Sid: AllowSelfInvoke
Version: "2012-10-17"
Runtime: nodejs20.x
Tags:
Expand Down

0 comments on commit b903920

Please sign in to comment.