Skip to content

Commit

Permalink
change timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
joelbalcaen committed May 8, 2024
1 parent d07517f commit 3cf9d48
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 = 1200
timeout = 900
}

data "aws_caller_identity" "current" {}
Expand Down

0 comments on commit 3cf9d48

Please sign in to comment.