Skip to content

Commit

Permalink
Merge pull request #4293 from nickmango/feature/approvals-table-update
Browse files Browse the repository at this point in the history
Feature/Approvals Table Update
  • Loading branch information
nickmango authored Apr 8, 2024
2 parents 82b537f + 212ae72 commit 3ded1ea
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 3ded1ea

Please sign in to comment.