Skip to content

Commit bdaab39

Browse files
authored
Merge pull request #135 from adam-knights/feat-dotnet-10
feat(AWS Lambda): Add support for dotnet10 runtime
2 parents ce52589 + fb0f14b commit bdaab39

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

lib/plugins/aws/provider.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -628,6 +628,7 @@ class AwsProvider {
628628
'dotnet6',
629629
'dotnet8',
630630
'dotnet9',
631+
'dotnet10',
631632
'go1.x',
632633
'java21',
633634
'java17',

types/index.d.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,7 @@ export type AwsLambdaRuntime =
5454
| "dotnet6"
5555
| "dotnet8"
5656
| "dotnet9"
57+
| "dotnet10"
5758
| "go1.x"
5859
| "java25"
5960
| "java21"

0 commit comments

Comments
 (0)