Skip to content
Snippets Groups Projects
Commit e0f21c84 authored by nimrod's avatar nimrod
Browse files

Update the Lambda Python runtime.

parent cfdc8950
No related branches found
No related tags found
No related merge requests found
...@@ -75,7 +75,7 @@ resource "aws_iam_role_policy_attachment" "function" { ...@@ -75,7 +75,7 @@ resource "aws_iam_role_policy_attachment" "function" {
} }
variable "runtime" { variable "runtime" {
default = "python3.8" default = "python3.9"
description = "The Lambda function runtime." description = "The Lambda function runtime."
type = string type = string
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment