Skip to content

Commit

Permalink
add lambda zip output path
Browse files Browse the repository at this point in the history
  • Loading branch information
timburke-hackit committed Nov 6, 2023
1 parent 80d2d30 commit 05fd672
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions terraform/core/13-mssql-ingestion.tf
Original file line number Diff line number Diff line change
Expand Up @@ -306,6 +306,7 @@ module "max_concurrency_lambda" {
lambda_artefact_storage_bucket = module.lambda_artefact_storage.bucket_id
s3_key = "academy-revs-and-bens-housing-needs-database-ingestion-max-concurrency.zip"
lambda_source_dir = "../../lambdas/calculate_max_concurrency"
lambda_output_path = "../../lambdas/calculate_max_concurrency/max-concurrency.zip"
runtime = "python3.8"
}

Expand Down

0 comments on commit 05fd672

Please sign in to comment.