Skip to content

Commit

Permalink
fix(assetlibraryhistory): add kinesis permissions to lambda execution…
Browse files Browse the repository at this point in the history
… role
  • Loading branch information
Tony Sherman authored and aaronatbissell committed Sep 17, 2023
1 parent 701db4d commit b26183c
Showing 1 changed file with 8 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -184,10 +184,18 @@ Resources:
- 'dynamodb:PutItem'
- 'dynamodb:UpdateItem'
- 'dynamodb:DeleteItem'
- 'kinesis:DescribeStream'
- 'kinesis:DescribeStreamSummary'
- 'kinesis:GetRecords'
- 'kinesis:GetShardIterator'
- 'kinesis:ListShards'
- 'kinesis:ListStreams'
- 'kinesis:SubscribeToShard'
Effect: Allow
Resource:
- !GetAtt HistoryTable.Arn
- !Sub '${HistoryTable.Arn}/index/type-time-index'
- !GetAtt EventsKinesisStream.Arn

RESTLambdaExecutionRole:
Type: AWS::IAM::Role
Expand Down

0 comments on commit b26183c

Please sign in to comment.