Skip to content

Commit 0736561

Browse files
authored
[PRM-642] Up PdfStitchingLambda memory from 1769MB to 5120MB (#543)
1 parent 30d165e commit 0736561

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

infrastructure/lambda-pdf-stitching.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ module "pdf-stitching-lambda" {
22
source = "./modules/lambda"
33
name = "PdfStitchingLambda"
44
handler = "handlers.pdf_stitching_handler.lambda_handler"
5-
memory_size = 1769
5+
memory_size = 5120
66
lambda_timeout = 900
77
iam_role_policy_documents = [
88
module.sqs-nrl-queue.sqs_read_policy_document,

0 commit comments

Comments
 (0)