Skip to content

Commit 58c3715

Browse files
Status updates for sub
1 parent ccc0e2d commit 58c3715

1 file changed

Lines changed: 13 additions & 0 deletions

File tree

infrastructure/terraform/components/api/module_lambda_letter_status_update.tf

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -82,4 +82,17 @@ data "aws_iam_policy_document" "letter_status_update" {
8282
module.letter_status_updates_queue.sqs_queue_arn
8383
]
8484
}
85+
86+
statement {
87+
sid = "AllowSNSPublish"
88+
effect = "Allow"
89+
90+
actions = [
91+
"sns:Publish"
92+
]
93+
94+
resources = [
95+
module.eventsub.sns_topic.arn
96+
]
97+
}
8598
}

0 commit comments

Comments
 (0)