test new pdf layer build [skip ci]

This commit is contained in:
Grzegorz Huber
2024-07-15 16:52:01 +02:00
parent 2922a11ee5
commit 64671c6593
@@ -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
]