We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 30d165e commit 0736561Copy full SHA for 0736561
infrastructure/lambda-pdf-stitching.tf
@@ -2,7 +2,7 @@ module "pdf-stitching-lambda" {
2
source = "./modules/lambda"
3
name = "PdfStitchingLambda"
4
handler = "handlers.pdf_stitching_handler.lambda_handler"
5
- memory_size = 1769
+ memory_size = 5120
6
lambda_timeout = 900
7
iam_role_policy_documents = [
8
module.sqs-nrl-queue.sqs_read_policy_document,
0 commit comments