Skip to content

Commit

Permalink
feat: add provided.al2 to runtime enum
Browse files Browse the repository at this point in the history
  • Loading branch information
shyim authored Sep 19, 2024
1 parent 8838261 commit 38b0c2d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion platform/src/components/aws/function.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 38b0c2d

Please sign in to comment.