Skip to content

Commit ab8a4dc

Browse files
authored
feat(serverless): add node19 runtime (#40)
1 parent f6a68d2 commit ab8a4dc

File tree

2 files changed

+2
-0
lines changed
  • scaleway-async/scaleway_async/function/v1beta1
  • scaleway/scaleway/function/v1beta1

2 files changed

+2
-0
lines changed

scaleway-async/scaleway_async/function/v1beta1/types.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,7 @@ class FunctionRuntime(str, Enum):
7777
GO119 = "go119"
7878
PYTHON311 = "python311"
7979
PHP82 = "php82"
80+
NODE19 = "node19"
8081

8182
def __str__(self) -> str:
8283
return str(self.value)

scaleway/scaleway/function/v1beta1/types.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,7 @@ class FunctionRuntime(str, Enum):
7777
GO119 = "go119"
7878
PYTHON311 = "python311"
7979
PHP82 = "php82"
80+
NODE19 = "node19"
8081

8182
def __str__(self) -> str:
8283
return str(self.value)

0 commit comments

Comments
 (0)