Skip to content

Commit 886cee1

Browse files
authored
Merge branch 'main' into PRM-741
2 parents 689debe + 5d02d4b commit 886cee1

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)