Skip to content

Commit

Permalink
Feature/Approvals Table Update
Browse files Browse the repository at this point in the history
- Updated PutItem and a host of other permissions for cla-<stage>-approvals table

Signed-off-by: Harold Wanyama <[email protected]>
  • Loading branch information
nickmango committed Apr 8, 2024
1 parent 82b537f commit 212ae72
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cla-backend-go/serverless.yml
Original file line number Diff line number Diff line change
Expand Up @@ -139,6 +139,7 @@ provider:
- "arn:aws:dynamodb:${self:custom.dynamodb.region}:${aws:accountId}:table/cla-${opt:stage}-metrics"
- "arn:aws:dynamodb:${self:custom.dynamodb.region}:${aws:accountId}:table/cla-${opt:stage}-projects-cla-groups"
- "arn:aws:dynamodb:${self:custom.dynamodb.region}:${aws:accountId}:table/cla-${opt:stage}-gitlab-orgs"
- "arn:aws:dynamodb:${self:custom.dynamodb.region}:${aws:accountId}:table/cla-${opt:stage}-approvals"
- Effect: Allow
Action:
- dynamodb:Query
Expand Down

0 comments on commit 212ae72

Please sign in to comment.