We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent da37ba6 commit 5a1f797Copy full SHA for 5a1f797
terraform/lambda_explain.tf
@@ -13,7 +13,7 @@ resource "aws_ecr_repository" "explain" {
13
14
data "aws_ecr_image" "explain" {
15
repository_name = aws_ecr_repository.explain.name
16
- image_tag = "gh-24"
+ image_tag = "gh-28"
17
}
18
19
resource "aws_lambda_function" "explain" {
@@ -31,6 +31,7 @@ resource "aws_lambda_function" "explain" {
31
variables = {
32
ANTHROPIC_API_KEY = data.aws_ssm_parameter.anthropic_api_key.value
33
ROOT_PATH = "/explain"
34
+ METRICS_ENABLED = "true"
35
36
37
0 commit comments