File tree Expand file tree Collapse file tree 2 files changed +1
-2
lines changed
infrastructure/terraform/modules/backend-api Expand file tree Collapse file tree 2 files changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -2,6 +2,6 @@ resource "aws_lambda_layer_version" "lambda_layer_pdfjs" {
22 layer_name = " ${ local . csi } -nodejs20-pdfjs-dist"
33 description = " pdfjs-dist dependencies for Node.js v20"
44 filename = local. pdfjs_layer_zip
5- source_code_hash = filebase64sha256 (local. pdfjs_layer_lockfile )
5+ source_code_hash = filebase64sha256 (local. pdfjs_layer_zip )
66 compatible_runtimes = [" nodejs20.x" ]
77}
Original file line number Diff line number Diff line change 55
66 lambdas_source_code_dir = abspath (" ${ path . module } /${ local . lambdas_dir } " )
77 pdfjs_layer_zip = abspath (" ${ local . lambdas_source_code_dir } /layers/pdfjs/dist/layer/pdfjs-layer.zip" )
8- pdfjs_layer_lockfile = abspath (" ${ local . lambdas_source_code_dir } /layers/pdfjs/package-lock.json" )
98
109 client_ssm_path_prefix = " /${ var . csi } /clients"
1110 client_ssm_path_pattern = " arn:aws:ssm:${ var . region } :${ var . aws_account_id } :parameter${ local . client_ssm_path_prefix } /*"
You can’t perform that action at this time.
0 commit comments