Skip to content

Commit 0624e52

Browse files
committed
CCM-12616: update python runtime
1 parent b43fed5 commit 0624e52

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

infrastructure/terraform/components/dl/module_lambda_mesh_download.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ module "mesh_download" {
2323
function_code_dir = "mesh-download/target/dist"
2424
function_include_common = true
2525
handler_function_name = "mesh_download.handler.handler"
26-
runtime = "python3.9"
26+
runtime = "python3.13"
2727
memory = 256
2828
timeout = 60
2929
log_level = var.log_level

infrastructure/terraform/components/dl/module_lambda_mesh_poll.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ module "mesh_poll" {
2323
function_code_dir = "mesh-poll/target/dist"
2424
function_include_common = true
2525
handler_function_name = "mesh_poll.handler.handler"
26-
runtime = "python3.9"
26+
runtime = "python3.13"
2727
memory = 128
2828
timeout = 5
2929
log_level = var.log_level

0 commit comments

Comments
 (0)