We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents ce52589 + fb0f14b commit bdaab39Copy full SHA for bdaab39
lib/plugins/aws/provider.js
@@ -628,6 +628,7 @@ class AwsProvider {
628
'dotnet6',
629
'dotnet8',
630
'dotnet9',
631
+ 'dotnet10',
632
'go1.x',
633
'java21',
634
'java17',
types/index.d.ts
@@ -54,6 +54,7 @@ export type AwsLambdaRuntime =
54
| "dotnet6"
55
| "dotnet8"
56
| "dotnet9"
57
+ | "dotnet10"
58
| "go1.x"
59
| "java25"
60
| "java21"
0 commit comments