Skip to content

Commit

Permalink
Fixed another copy paste error
Browse files Browse the repository at this point in the history
  • Loading branch information
Liam Lloyd committed Nov 8, 2024
1 parent 8023c64 commit 326dcf9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion terraform/test_cluster/access_copy_dev_lambda.tf
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ resource "aws_lambda_function" "access_copy_dev_lambda" {

resource "aws_lambda_event_source_mapping" "access_copy_dev_event_source_mapping" {
event_source_arn = aws_sqs_queue.access_copy_dev_queue.arn
function_name = aws_lambda_function.record_thumbnail_dev_lambda.arn
function_name = aws_lambda_function.access_copy_dev_lambda.arn
batch_size = 10
maximum_batching_window_in_seconds = 0
}

0 comments on commit 326dcf9

Please sign in to comment.