chore(awslambda): update obsolete lambda runtimes (#7345)

Co-authored-by: Jonny <106528116+jonathanbro@users.noreply.github.com>
Co-authored-by: Sergio Garcia <hello@mistercloudsec.com>
This commit is contained in:
Prowler Bot
2025-03-24 13:18:05 +01:00
committed by GitHub
parent 95acb7b0c8
commit ea9b6bb191
2 changed files with 4 additions and 0 deletions
+2
View File
@@ -95,6 +95,7 @@ aws:
"python3.6",
"python2.7",
"python3.7",
"python3.8",
"nodejs4.3",
"nodejs4.3-edge",
"nodejs6.10",
@@ -105,6 +106,7 @@ aws:
"nodejs14.x",
"nodejs16.x",
"dotnet5.0",
"dotnet6",
"dotnet7",
"dotnetcore1.0",
"dotnetcore2.0",
@@ -8,6 +8,7 @@ default_obsolete_lambda_runtimes = [
"python3.6",
"python2.7",
"python3.7",
"python3.8",
"nodejs4.3",
"nodejs4.3-edge",
"nodejs6.10",
@@ -18,6 +19,7 @@ default_obsolete_lambda_runtimes = [
"nodejs14.x",
"nodejs16.x",
"dotnet5.0",
"dotnet6",
"dotnet7",
"dotnetcore1.0",
"dotnetcore2.0",