Skip to content

Commit b49465f

Browse files
committed
Narrow permissions
1 parent f0c1f3c commit b49465f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

infrastructure/terraform/components/api/module_lambda_letter_stream_forwarder.tf

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,8 @@ data "aws_iam_policy_document" "letter_stream_forwarder_lambda" {
6363
effect = "Allow"
6464

6565
actions = [
66-
"kinesis:*",
66+
"kinesis:DescribeStream",
67+
"kinesis:PutRecord",
6768
]
6869

6970
resources = [

0 commit comments

Comments
 (0)