Skip to content

Commit 8a71acb

Browse files
author
AWS
committed
Inspector2 Update: Added .Net 10 (dotnet10) and Node 24.x (node24.x) runtime support for lambda package scanning
1 parent 64e4a71 commit 8a71acb

2 files changed

Lines changed: 9 additions & 1 deletion

File tree

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{
2+
"type": "feature",
3+
"category": "Inspector2",
4+
"contributor": "",
5+
"description": "Added .Net 10 (dotnet10) and Node 24.x (node24.x) runtime support for lambda package scanning"
6+
}

services/inspector2/src/main/resources/codegen-resources/service-2.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8954,7 +8954,9 @@
89548954
"DOTNET_6",
89558955
"DOTNET_7",
89568956
"RUBY_2_7",
8957-
"RUBY_3_2"
8957+
"RUBY_3_2",
8958+
"DOTNET_10",
8959+
"NODEJS_24_X"
89588960
]
89598961
},
89608962
"SbomReportFormat":{

0 commit comments

Comments
 (0)