Skip to content

Commit 8f27ffe

Browse files
committed
CCM-12613: Upload to PDM component
1 parent e957785 commit 8f27ffe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

infrastructure/terraform/components/dl/lambda_event_source_mapping_upload_to_pdm_lambda.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
resource "aws_lambda_event_source_mapping" "ttl_create_lambda" {
1+
resource "aws_lambda_event_source_mapping" "sqs_upload_to_pdm_lambda" {
22
event_source_arn = module.sqs_upload_to_pdm.sqs_queue_arn
33
function_name = module.upload_to_pdm.function_name
44
batch_size = var.queue_batch_size

0 commit comments

Comments
 (0)