Skip to content

Commit

Permalink
shorter lambda name
Browse files Browse the repository at this point in the history
  • Loading branch information
timburke-hackit committed Nov 6, 2023
1 parent d479716 commit 80d2d30
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion terraform/core/13-mssql-ingestion.tf
Original file line number Diff line number Diff line change
Expand Up @@ -300,7 +300,7 @@ module "max_concurrency_lambda" {
count = local.academy_state_machine_count
source = "../modules/aws-lambda"
tags = module.tags.values
lambda_name = "academy-revs-and-bens-housing-needs-database-ingestion-max-concurrency"
lambda_name = "academy-max-concurrency"
identifier_prefix = local.short_identifier_prefix
handler = "main.lambda_handler"
lambda_artefact_storage_bucket = module.lambda_artefact_storage.bucket_id
Expand Down

0 comments on commit 80d2d30

Please sign in to comment.