Commit e0f21c84 authored by nimrod's avatar nimrod
Browse files

Update the Lambda Python runtime.

parent cfdc8950
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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
}