Updated paths
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user