Type Alias CloudFunctionRuntime
CloudFunctionRuntime:
| "nodejs14.x"
| "nodejs16.x"
| "nodejs18.x"
| "nodejs20.x"
| "nodejs22.x"
| "nodejs24.x"
| "nodejs26.x"
| "python3.8"
| "python3.9"
| "python3.10"
| "python3.11"
| "python3.12"
| "python3.13"
| "python3.14"
| "python3.15"
| "java11"
| "java17"
| "java21"
| "java25"
| "dotnet6"
| "dotnet8"
| "dotnet10"
| "go1.x"
| "ruby2.7"
| "ruby3.2"
| "ruby3.3"
| "ruby3.4"
| "ruby3.5"
| "provided"
| "provided.al2"
| "provided.al2023"
Supported Lambda runtimes for cloud functions.