diff --git a/platform/src/components/aws/function.ts b/platform/src/components/aws/function.ts index b10697ef8..9a92e937c 100644 --- a/platform/src/components/aws/function.ts +++ b/platform/src/components/aws/function.ts @@ -259,7 +259,7 @@ export interface FunctionArgs { * ``` */ runtime?: Input< - "nodejs18.x" | "nodejs20.x" | "provided.al2023" | "python3.11" + "nodejs18.x" | "nodejs20.x" | "provided.al2023" | "provided.al2" | "python3.11" >; /** * Path to the source code directory for the function. By default, the handler is