Skip to content

Commit

Permalink
[#3750] Feature/Events Index permission
Browse files Browse the repository at this point in the history
- Added permission for the events table project-sfid-event-type-index

Signed-off-by: Harold Wanyama <[email protected]>
  • Loading branch information
nickmango committed Feb 23, 2024
1 parent 8e1a22b commit d6e29cd
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 @@ -197,6 +197,7 @@ provider:
- "arn:aws:dynamodb:${self:custom.dynamodb.region}:${aws:accountId}:table/cla-${opt:stage}-events/index/event-foundation-sfid-event-time-epoch-index"
- "arn:aws:dynamodb:${self:custom.dynamodb.region}:${aws:accountId}:table/cla-${opt:stage}-events/index/event-company-sfid-event-data-lower-index"
- "arn:aws:dynamodb:${self:custom.dynamodb.region}:${aws:accountId}:table/cla-${opt:stage}-events/index/company-sfid-cla-group-id-event-time-epoch-index"
- "arn:aws:dynamodb:${self:custom.dynamodb.region}:${aws:accountId}:table/cla-${opt:stage}-events/index/project-sfid-event-type-index"
- "arn:aws:dynamodb:${self:custom.dynamodb.region}:${aws:accountId}:table/cla-${opt:stage}-metrics/index/metric-type-salesforce-id-index"
- "arn:aws:dynamodb:${self:custom.dynamodb.region}:${aws:accountId}:table/cla-${opt:stage}-cla-manager-requests/index/cla-manager-requests-company-project-index"
- "arn:aws:dynamodb:${self:custom.dynamodb.region}:${aws:accountId}:table/cla-${opt:stage}-cla-manager-requests/index/cla-manager-requests-external-company-project-index"
Expand Down

0 comments on commit d6e29cd

Please sign in to comment.