We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f6a68d2 commit ab8a4dcCopy full SHA for ab8a4dc
scaleway-async/scaleway_async/function/v1beta1/types.py
@@ -77,6 +77,7 @@ class FunctionRuntime(str, Enum):
77
GO119 = "go119"
78
PYTHON311 = "python311"
79
PHP82 = "php82"
80
+ NODE19 = "node19"
81
82
def __str__(self) -> str:
83
return str(self.value)
scaleway/scaleway/function/v1beta1/types.py
0 commit comments