Updated layer package

This commit is contained in:
Umang Mistry
2024-06-27 16:33:44 -05:00
parent 01f4e4c15c
commit bccc7dbada
@@ -180,8 +180,8 @@ variable "snowflake_connector_lambda_layer" {
description = "Snowflake connector layer used to log pipeline progress"
compatible_runtimes = ["python3.9"]
compatible_architectures = ["x86_64"]
source_path = "../src/lambda-layer/snowflake-connector/sf-39-layer.zip"
local_existing_package = null
source_path = null
local_existing_package = "../src/lambda-layer/snowflake-connector/sf-39-layer.zip"
create_package = false
}
}
@@ -202,8 +202,8 @@ 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-snowflake/anthropic-sf-310.zip"
local_existing_package = null
source_path = null
local_existing_package = "../src/lambda-layer/anthropic-snowflake/anthropic-sf-310.zip"
create_package = false
}
}
@@ -224,8 +224,8 @@ variable "pydantic_lambda_layer" {
description = "Pydantic & Numpy layer used for operationalizing the LLM lambda"
compatible_runtimes = ["python3.10"]
compatible_architectures = ["x86_64"]
source_path = "../src/lambda-layer/pydantic-218/pydantic.zip"
local_existing_package = null
source_path = null
local_existing_package = "../src/lambda-layer/pydantic-218/pydantic.zip"
create_package = false
}
}
@@ -246,8 +246,8 @@ 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-np-310/pd_np.zip"
local_existing_package = null
source_path = null
local_existing_package = "../src/lambda-layer/pandas-np-310/pd_np.zip"
create_package = false
}
}