Skip to content

Commit bc84b27

Browse files
authored
fix: update python runtime to 3.12 (#88)
1 parent 491b913 commit bc84b27

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/metadata-service/lambda.tf

+1-1
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ EOF
113113
resource "aws_lambda_function" "db_migrate_lambda" {
114114
function_name = local.db_migrate_lambda_name
115115
handler = "index.handler"
116-
runtime = "python3.7"
116+
runtime = "python3.12"
117117
memory_size = 128
118118
timeout = 900
119119
description = "Trigger DB Migration"

0 commit comments

Comments
 (0)