Skip to content

Commit

Permalink
[sdlf-cicd] lambda:TagResource for event-source-mapping in team role
Browse files Browse the repository at this point in the history
  • Loading branch information
cnfait committed Sep 24, 2024
1 parent 7e8fdce commit 1e88ad6
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion sdlf-cicd/template-cicd-domain-team-role.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -318,7 +318,9 @@ Resources:
- lambda:UpdateFunctionCode
- lambda:AddPermission
- lambda:RemovePermission
Resource: !Sub arn:${AWS::Partition}:lambda:${AWS::Region}:${AWS::AccountId}:function:sdlf-${pTeamName}-*
Resource:
- !Sub arn:${AWS::Partition}:lambda:${AWS::Region}:${AWS::AccountId}:function:sdlf-${pTeamName}-*
- !Sub arn:${AWS::Partition}:lambda:${AWS::Region}:${AWS::AccountId}:event-source-mapping:* # for lambda:TagResource
- Effect: Allow
Action:
- states:ListActivities # W13 exception
Expand Down

0 comments on commit 1e88ad6

Please sign in to comment.