From 64671c6593d9f55040bd76603e255bb32543f4cf Mon Sep 17 00:00:00 2001 From: Grzegorz Huber Date: Mon, 15 Jul 2024 16:52:01 +0200 Subject: [PATCH] test new pdf layer build [skip ci] --- .../terraform/modules/aws-textract-pipeline-part3/main.tf | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/textract-pipeline/terraform/modules/aws-textract-pipeline-part3/main.tf b/textract-pipeline/terraform/modules/aws-textract-pipeline-part3/main.tf index 825c937..f41ab84 100644 --- a/textract-pipeline/terraform/modules/aws-textract-pipeline-part3/main.tf +++ b/textract-pipeline/terraform/modules/aws-textract-pipeline-part3/main.tf @@ -452,7 +452,6 @@ module "pdf_validation_lambda_layer" { source_path = { path = "../src/lambda-layer/pypdf2-layer-new", prefix_in_zip = "python" - # npm_requirements = "package.json" commands = [ "pip install -r requirements.txt -t .", ":zip . python" @@ -479,7 +478,7 @@ module "pdf_validation_lambda_function" { ephemeral_storage_size = var.pdf_validation_lambda.ephemeral_storage_size architectures = var.pdf_validation_lambda.architectures - # TODO remove the old + # TODO remove the old layer layers = [ module.pdf_validation_lambda_layer.lambda_layer_arn ]