-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathupdated-lambda-policy.json
More file actions
42 lines (42 loc) · 1.21 KB
/
updated-lambda-policy.json
File metadata and controls
42 lines (42 loc) · 1.21 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
{
"Version": "2012-10-17",
"Statement": [
{
"Effect": "Allow",
"Action": [
"rekognition:CreateStreamProcessor",
"rekognition:StartStreamProcessor",
"rekognition:DeleteStreamProcessor",
"rekognition:ListStreamProcessors",
"rekognition:DescribeStreamProcessor"
],
"Resource": "*"
},
{
"Effect": "Allow",
"Action": [
"kinesisvideo:GetDataEndpoint",
"kinesisvideo:GetMedia",
"kinesisvideo:DescribeStream"
],
"Resource": "arn:aws:kinesisvideo:us-west-2:794038244518:stream/*"
},
{
"Effect": "Allow",
"Action": [
"kinesis:PutRecord",
"kinesis:PutRecords"
],
"Resource": "arn:aws:kinesis:us-west-2:794038244518:stream/*"
},
{
"Effect": "Allow",
"Action": [
"cloudwatch:PutMetricData",
"cloudwatch:PutMetricAlarm",
"cloudwatch:DescribeAlarms"
],
"Resource": "*"
}
]
}