fix(aws_lambda): Update obsolete lambda runtimes for v3 (#3736)

This commit is contained in:
Pedro Martín
2024-04-09 16:07:40 +02:00
committed by GitHub
parent 6bb7ce2fdd
commit fc49de47eb
6 changed files with 72 additions and 0 deletions
+9
View File
@@ -100,18 +100,27 @@ aws:
# aws.awslambda_function_using_supported_runtimes
obsolete_lambda_runtimes:
[
"java8",
"go1.x",
"provided",
"python3.6",
"python2.7",
"python3.7",
"nodejs4.3",
"nodejs4.3-edge",
"nodejs6.10",
"nodejs",
"nodejs8.10",
"nodejs10.x",
"nodejs12.x",
"nodejs14.x",
"dotnet5.0",
"dotnetcore1.0",
"dotnetcore2.0",
"dotnetcore2.1",
"dotnetcore3.1",
"ruby2.5",
"ruby2.7",
]
# AWS Organizations