Skip to content
This repository has been archived by the owner on Oct 21, 2024. It is now read-only.

Commit

Permalink
feat: add provided.al2 to runtime enum
Browse files Browse the repository at this point in the history
  • Loading branch information
shyim committed Oct 11, 2024
1 parent e87ee87 commit e8dd39f
Showing 1 changed file with 8 additions and 7 deletions.
15 changes: 8 additions & 7 deletions platform/src/components/aws/function.ts
Original file line number Diff line number Diff line change
Expand Up @@ -261,13 +261,14 @@ export interface FunctionArgs {
* ```
*/
runtime?: Input<
| "nodejs18.x"
| "nodejs20.x"
| "provided.al2023"
| "python3.9"
| "python3.10"
| "python3.11"
| "python3.12"
| "nodejs18.x"
| "nodejs20.x"
| "provided.al2023"
| "provided.al2"
| "python3.9"
| "python3.10"
| "python3.11"
| "python3.12"
>;
/**
* Path to the source code directory for the function. By default, the handler is
Expand Down

0 comments on commit e8dd39f

Please sign in to comment.