We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 46a450a commit 5fe9ff5Copy full SHA for 5fe9ff5
terraform/envs/prod/main.tf
@@ -102,7 +102,7 @@ resource "aws_lambda_event_source_mapping" "queue_consumer" {
102
depends_on = [module.lambdas, module.sqs_queues]
103
for_each = local.queue_arns
104
batch_size = 5
105
- event_source_arn = each.key
+ event_source_arn = each.value
106
function_name = module.lambdas.core_sqs_consumer_lambda_arn
107
function_response_types = ["ReportBatchItemFailures"]
108
}
0 commit comments