We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 66b2b3a commit 254345cCopy full SHA for 254345c
1 file changed
infrastructure/terraform/components/api/lambda_event_source_mapping_letter_status_update.tf
@@ -1,5 +1,5 @@
1
resource "aws_lambda_event_source_mapping" "letter_status_update" {
2
- event_source_arn = module.sqs_letter_updates.sqs_queue_arn
+ event_source_arn = module.letter_status_updates_queue.sqs_queue_arn
3
function_name = module.letter_status_update.function_name
4
batch_size = 10
5
maximum_batching_window_in_seconds = 5
0 commit comments