Skip to content

Commit 2f19148

Browse files
authored
Update lambda runtimes (#8)
1 parent bb97ca7 commit 2f19148

File tree

5 files changed

+9
-9
lines changed

5 files changed

+9
-9
lines changed

releases/R2021b/aws-matlab-template.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -304,7 +304,7 @@
304304
"Arn"
305305
]
306306
},
307-
"Runtime": "python3.8",
307+
"Runtime": "python3.12",
308308
"Handler": "index.lambda_handler",
309309
"Timeout": "300",
310310
"Code": {
@@ -588,7 +588,7 @@
588588
}
589589
},
590590
"Handler": "index.lambda_handler",
591-
"Runtime": "python3.8",
591+
"Runtime": "python3.12",
592592
"Timeout": "60",
593593
"Role": {
594594
"Fn::GetAtt": [

releases/R2022a/aws-matlab-template.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -567,7 +567,7 @@
567567
}
568568
},
569569
"Handler": "index.lambda_handler",
570-
"Runtime": "python3.8",
570+
"Runtime": "python3.12",
571571
"Timeout": "60",
572572
"Role": {
573573
"Fn::GetAtt": [

releases/R2022b/aws-matlab-template.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -304,7 +304,7 @@
304304
"Arn"
305305
]
306306
},
307-
"Runtime": "python3.8",
307+
"Runtime": "python3.12",
308308
"Handler": "index.lambda_handler",
309309
"Timeout": "600",
310310
"Code": {
@@ -575,7 +575,7 @@
575575
}
576576
},
577577
"Handler": "index.lambda_handler",
578-
"Runtime": "python3.8",
578+
"Runtime": "python3.12",
579579
"Timeout": "60",
580580
"Role": {
581581
"Fn::GetAtt": [

releases/R2023a/aws-matlab-template.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -304,7 +304,7 @@
304304
"Arn"
305305
]
306306
},
307-
"Runtime": "python3.8",
307+
"Runtime": "python3.12",
308308
"Handler": "index.lambda_handler",
309309
"Timeout": "600",
310310
"Code": {
@@ -588,7 +588,7 @@
588588
}
589589
},
590590
"Handler": "index.lambda_handler",
591-
"Runtime": "python3.8",
591+
"Runtime": "python3.12",
592592
"Timeout": "60",
593593
"Role": {
594594
"Fn::GetAtt": [

releases/R2023b/aws-matlab-template.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -304,7 +304,7 @@
304304
"Arn"
305305
]
306306
},
307-
"Runtime": "python3.8",
307+
"Runtime": "python3.12",
308308
"Handler": "index.lambda_handler",
309309
"Timeout": "600",
310310
"Code": {
@@ -575,7 +575,7 @@
575575
}
576576
},
577577
"Handler": "index.lambda_handler",
578-
"Runtime": "python3.8",
578+
"Runtime": "python3.12",
579579
"Timeout": "60",
580580
"Role": {
581581
"Fn::GetAtt": [

0 commit comments

Comments
 (0)