From e0f21c84194474e285a6c979e32f14c82804d318 Mon Sep 17 00:00:00 2001 From: Adar Nimrod <nimrod@shore.co.il> Date: Thu, 9 Sep 2021 11:58:28 +0300 Subject: [PATCH] Update the Lambda Python runtime. --- functions.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/functions.tf b/functions.tf index 7ccabd8..9b6b9a0 100644 --- a/functions.tf +++ b/functions.tf @@ -75,7 +75,7 @@ resource "aws_iam_role_policy_attachment" "function" { } variable "runtime" { - default = "python3.8" + default = "python3.9" description = "The Lambda function runtime." type = string } -- GitLab