Skip to content

Commit f26340b

Browse files
committed
feat(lambda): update default Python runtime from 3.7 to 3.11
BREAKING CHANGE: Default Lambda runtime has been updated from Python 3.7 to 3.11. This change is necessary as AWS Lambda no longer supports Python 3.7. This change may affect existing deployments that rely on the default runtime value.
1 parent f064df8 commit f26340b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

variables.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ variable "name" {
1818
variable "runtime" {
1919
description = "Lambda function runtime"
2020
type = string
21-
default = "python3.7"
21+
default = "python3.11"
2222
}
2323

2424
variable "custom_iam_role_arn" {

0 commit comments

Comments
 (0)