We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3c463f7 commit da6f965Copy full SHA for da6f965
1 file changed
infrastructure/lambda-pdf-stitching.tf
@@ -3,6 +3,7 @@ module "pdf-stitching-lambda" {
3
name = "PdfStitchingLambda"
4
handler = "handlers.pdf_stitching_handler.lambda_handler"
5
lambda_timeout = 900
6
+ memory_size = 10240
7
iam_role_policy_documents = [
8
module.sqs-nrl-queue.sqs_read_policy_document,
9
module.sqs-nrl-queue.sqs_write_policy_document,
0 commit comments