diff --git a/textract-pipeline/terraform/modules/aws-textract-pipeline-part3/variables.tf b/textract-pipeline/terraform/modules/aws-textract-pipeline-part3/variables.tf index 59f3507..0679020 100644 --- a/textract-pipeline/terraform/modules/aws-textract-pipeline-part3/variables.tf +++ b/textract-pipeline/terraform/modules/aws-textract-pipeline-part3/variables.tf @@ -202,7 +202,7 @@ variable "anthropic_sf_lambda_layer" { description = "Anthropic and snowflake connector layer used for operationalizing the LLM lambda" compatible_runtimes = ["python3.10"] compatible_architectures = ["x86_64"] - source_path = "../src/lambda-layer/anthropic-sf/anthropic-sf.zip" + source_path = "../src/lambda-layer/anthropic-snowflake/anthropic-sf.zip" local_existing_package = null create_package = true } @@ -246,7 +246,7 @@ variable "pandas_numpy_lambda_layer" { description = "Pandas and Numpy for Py 3.10 layer used for operationalizing the LLM lambda" compatible_runtimes = ["python3.10"] compatible_architectures = ["x86_64"] - source_path = "../src/lambda-layer/pandas-numpy-310/pd_np.zip" + source_path = "../src/lambda-layer/pandas-np-310/pd_np.zip" local_existing_package = null create_package = true }