Skip to content

Commit 2d32336

Browse files
authored
Added ability for the role to access aws-marketplace
1 parent efdddcb commit 2d32336

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

cloudformation/base.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -108,6 +108,10 @@ Resources:
108108
Action:
109109
- apigateway:*
110110
Resource: '*'
111+
- Effect: Allow
112+
Action:
113+
- aws-marketplace:ResolveCustomer
114+
Resource: '*'
111115
- Action:
112116
- dynamodb:GetItem
113117
- dynamodb:Query

0 commit comments

Comments
 (0)