Skip to content

Commit 5d02d4b

Browse files
authored
[PRM-761] Max memory for PDF Stitching Lambda (#646)
1 parent 402ef37 commit 5d02d4b

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)