Add runtime option to function API (#228)

This commit is contained in:
Janos Dobronszki
2021-10-12 10:35:40 +01:00
committed by GitHub
parent 6bf352a1fc
commit 7841367210
8 changed files with 160 additions and 53 deletions

View File

@@ -6,7 +6,8 @@
"repo": "github.com/m3o/nodejs-function-example",
"name": "my-first-func",
"entrypoint": "helloworld",
"project": "tests"
"project": "tests",
"runtime": "nodejs14"
},
"response": {}
}
@@ -36,7 +37,8 @@
"name": "test4",
"entrypoint": "helloworld",
"repo": "github.com/m3o/nodejs-function-example",
"subfolder": ""
"subfolder": "",
"runtime": "nodejs14"
}
]
}