You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
description="Name of sample app function / API gateway"
10
-
default="aws-opentelemetry-distro-python"
10
+
default="aws-opentelemetry-distro-python1"
11
11
}
12
12
13
13
variable"architecture" {
@@ -19,17 +19,11 @@ variable "architecture" {
19
19
variable"runtime" {
20
20
type=string
21
21
description="Python runtime version used for sample Lambda Function"
22
-
default="python3.12"
22
+
default="python3.13"
23
23
}
24
24
25
25
variable"tracing_mode" {
26
26
type=string
27
27
description="Lambda function tracing mode"
28
28
default="Active"
29
29
}
30
-
31
-
variable"enable_collector_layer" {
32
-
type=bool
33
-
description="Enables building and usage of a layer for the collector. If false, it means either the SDK layer includes the collector or it is not used."
0 commit comments