Skip to content

Commit da6f965

Browse files
committed
[PRM-761] Max out PDF Stitching Lambda
1 parent 3c463f7 commit da6f965

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

infrastructure/lambda-pdf-stitching.tf

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ module "pdf-stitching-lambda" {
33
name = "PdfStitchingLambda"
44
handler = "handlers.pdf_stitching_handler.lambda_handler"
55
lambda_timeout = 900
6+
memory_size = 10240
67
iam_role_policy_documents = [
78
module.sqs-nrl-queue.sqs_read_policy_document,
89
module.sqs-nrl-queue.sqs_write_policy_document,

0 commit comments

Comments
 (0)