Skip to content

Commit

Permalink
Increase lambda timeout to 5 mins (#130)
Browse files Browse the repository at this point in the history
  • Loading branch information
adamfraser authored Sep 13, 2024
1 parent 8251175 commit 3af4447
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion indexer/lambda.tf
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ resource "aws_lambda_function" "main" {
function_name = "${each.key}_lambda_function"
role = aws_iam_role.lambda_services[each.key].arn
architectures = ["x86_64"]
timeout = 120
timeout = 300

environment {
variables = merge(
Expand Down

0 comments on commit 3af4447

Please sign in to comment.