We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8675025 commit 4e7eb78Copy full SHA for 4e7eb78
1 file changed
infrastructure/terraform/components/api/sns_topic_subscription_amendments_queue.tf
@@ -4,7 +4,7 @@ resource "aws_sns_topic_subscription" "allocation_lambda" {
4
endpoint = module.allocation_lambda.function_arn
5
}
6
7
-resource "aws_lambda_permission" "allocation_lambda_sns" {
+resource "aws_lambda_permission" "allocation_lambda_sns_supplier" {
8
statement_id = "AllowExecutionFromSNS"
9
action = "lambda:InvokeFunction"
10
function_name = module.allocation_lambda.function_name
0 commit comments