diff --git a/infrastructure/lambda-pdf-stitching.tf b/infrastructure/lambda-pdf-stitching.tf index 93bcf1b1..4b4a0a89 100644 --- a/infrastructure/lambda-pdf-stitching.tf +++ b/infrastructure/lambda-pdf-stitching.tf @@ -3,6 +3,7 @@ module "pdf-stitching-lambda" { name = "PdfStitchingLambda" handler = "handlers.pdf_stitching_handler.lambda_handler" lambda_timeout = 900 + memory_size = 10240 iam_role_policy_documents = [ module.sqs-nrl-queue.sqs_read_policy_document, module.sqs-nrl-queue.sqs_write_policy_document,