We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 07fc53c commit db58e56Copy full SHA for db58e56
1 file changed
infrastructure/terraform/components/api/sns_topic_subscription_amendments_queue.tf
@@ -5,7 +5,7 @@ resource "aws_sns_topic_subscription" "allocation_lambda_supplier" {
5
}
6
7
resource "aws_lambda_permission" "allocation_lambda_sns_supplier" {
8
- statement_id = "AllowExecutionFromSNS"
+ statement_id = "AllowExecutionFromSNS2"
9
action = "lambda:InvokeFunction"
10
function_name = module.allocation_lambda.function_name
11
principal = "sns.amazonaws.com"
0 commit comments