We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f8f17ab commit 377cbb2Copy full SHA for 377cbb2
template.yaml
@@ -43,6 +43,16 @@ Resources:
43
Action:
44
- s3:PutObject
45
Resource: !Sub arn:aws:s3:::${Region}-${Environment}-fraud-detection-data/processed/*
46
+ - Effect: Allow
47
+ Action:
48
+ - kinesis:GetRecords
49
+ - kinesis:GetShardIterator
50
+ - kinesis:DescribeStream
51
+ - kinesis:DescribeStreamSummary
52
+ - kinesis:ListShards
53
+ - kinesis:ListStreams
54
+ Resource: !GetAtt KinesisStream.Arn
55
+
56
57
LambdaFunction:
58
Type: AWS::Lambda::Function
0 commit comments