test new pdf layer build [skip ci]
This commit is contained in:
@@ -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
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user