Skip to content

Commit

Permalink
increase timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
joelbalcaen committed May 1, 2024
1 parent 9a2e417 commit 6fb7b4f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lambdas/rich_pdf_ingestion/lambda.tf
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
locals {
lambda_function_name = "rich_pdf_ingestion"
ses_arn = "arn:aws:ses:${var.aws_region}:${data.aws_caller_identity.current.account_id}"
timeout = 300
timeout = 600
}

data "aws_caller_identity" "current" {}
Expand Down

0 comments on commit 6fb7b4f

Please sign in to comment.