@adenin/generator-cloud-function
Version:
Generate an adenin cloud function repository
20 lines • 379 B
JSON
{
"disabled": false,
"bindings": [
{
"authLevel": "anonymous",
"type": "httpTrigger",
"direction": "in",
"name": "req",
"methods": ["post"],
"route": "{activity}"
},
{
"type": "http",
"direction": "out",
"name": "res"
}
],
"scriptFile": "../index.js",
"entryPoint": "activities"
}