Skip to content

Commit 9037237

Browse files
committed
feat: add MAX_ACTIVE_BUILDS variable to submit_build Lambda function
1 parent a95d608 commit 9037237

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

infrastructure/terraform/lambda.tf

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,7 @@ resource "aws_lambda_function" "submit_build" {
7878
DYNAMODB_TABLE = aws_dynamodb_table.builds.name
7979
SQS_QUEUE_URL = aws_sqs_queue.build_queue.url
8080
ARTIFACT_TTL_HOURS = tostring(var.artifact_ttl_hours)
81+
MAX_ACTIVE_BUILDS = tostring(var.max_active_builds)
8182
}
8283
}
8384

0 commit comments

Comments
 (0)