Skip to content

Commit 01506ca

Browse files
committed
chore: change lambda python runtime version to 3.10
1 parent be64249 commit 01506ca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lambda.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ module "lambda_function" {
3636
]
3737
function_name = local.lambda_function_name
3838
handler = "entrypoint.lambda_handler"
39-
runtime = "python3.8"
39+
runtime = "python3.10"
4040
timeout = 90
4141
publish = true
4242

0 commit comments

Comments
 (0)