Skip to content

Commit c5d5909

Browse files
authored
Update lambda runtime (#5)
1 parent c09ca0a commit c5d5909

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": {
@@ -539,7 +539,7 @@
539539
}
540540
},
541541
"Handler": "index.lambda_handler",
542-
"Runtime": "python3.8",
542+
"Runtime": "python3.12",
543543
"Timeout": "60",
544544
"Role": {
545545
"Fn::GetAtt": [

releases/R2022a/aws-matlab-template.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -504,7 +504,7 @@
504504
}
505505
},
506506
"Handler": "index.lambda_handler",
507-
"Runtime": "python3.8",
507+
"Runtime": "python3.12",
508508
"Timeout": "60",
509509
"Role": {
510510
"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": {
@@ -550,7 +550,7 @@
550550
}
551551
},
552552
"Handler": "index.lambda_handler",
553-
"Runtime": "python3.8",
553+
"Runtime": "python3.12",
554554
"Timeout": "60",
555555
"Role": {
556556
"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": "300",
310310
"Code": {
@@ -542,7 +542,7 @@
542542
}
543543
},
544544
"Handler": "index.lambda_handler",
545-
"Runtime": "python3.8",
545+
"Runtime": "python3.12",
546546
"Timeout": "60",
547547
"Role": {
548548
"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": {
@@ -550,7 +550,7 @@
550550
}
551551
},
552552
"Handler": "index.lambda_handler",
553-
"Runtime": "python3.8",
553+
"Runtime": "python3.12",
554554
"Timeout": "60",
555555
"Role": {
556556
"Fn::GetAtt": [

0 commit comments

Comments
 (0)