diff --git a/index.d.ts b/index.d.ts index cab1be9..bb3d2ba 100644 --- a/index.d.ts +++ b/index.d.ts @@ -57,7 +57,9 @@ export type AwsLambdaMemorySize = number; export type AwsLambdaRole = string | AwsCfSub | AwsCfImport | AwsCfGetAtt; export type AwsLambdaRuntime = | "dotnet6" + | "dotnet8" | "go1.x" + | "java21" | "java17" | "java11" | "java8" @@ -66,6 +68,7 @@ export type AwsLambdaRuntime = | "nodejs16.x" | "nodejs18.x" | "nodejs20.x" + | "nodejs22.x" | "provided" | "provided.al2" | "provided.al2023" @@ -74,8 +77,11 @@ export type AwsLambdaRuntime = | "python3.9" | "python3.10" | "python3.11" + | "python3.12" + | "python3.13" | "ruby2.7" - | "ruby3.2"; + | "ruby3.2" + | "ruby3.3"; export type AwsLambdaRuntimeManagement = | ("auto" | "onFunctionUpdate") | {