Skip to content

Commit c10134b

Browse files
committed
feat: add dotnet8, java21, nodejs22.x, python3.12, python3.13 and ruby3.3 runtimes in ts types
1 parent bd28528 commit c10134b

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

types/index.d.ts

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,9 @@ export type AwsLambdaMemorySize = number;
5252
export type AwsLambdaRole = string | AwsCfSub | AwsCfImport | AwsCfGetAtt;
5353
export type AwsLambdaRuntime =
5454
| "dotnet6"
55+
| "dotnet8"
5556
| "go1.x"
57+
| "java21"
5658
| "java17"
5759
| "java11"
5860
| "java8"
@@ -61,6 +63,7 @@ export type AwsLambdaRuntime =
6163
| "nodejs16.x"
6264
| "nodejs18.x"
6365
| "nodejs20.x"
66+
| "nodejs22.x"
6467
| "provided"
6568
| "provided.al2"
6669
| "provided.al2023"
@@ -69,8 +72,11 @@ export type AwsLambdaRuntime =
6972
| "python3.9"
7073
| "python3.10"
7174
| "python3.11"
75+
| "python3.12"
76+
| "python3.13"
7277
| "ruby2.7"
73-
| "ruby3.2";
78+
| "ruby3.2"
79+
| "ruby3.3";
7480
export type AwsLambdaRuntimeManagement =
7581
| ("auto" | "onFunctionUpdate")
7682
| {
@@ -1532,4 +1538,4 @@ export interface AwsApiGatewayApiKeysProperties {
15321538
}
15331539
export interface AwsCfImportLocallyResolvable {
15341540
"Fn::ImportValue": string;
1535-
}
1541+
}

0 commit comments

Comments
 (0)