ycnf
Version:
CLI utility for managing Yandex Cloud Functions
18 lines (17 loc) • 373 B
JSON
{
"name": "my-function",
"runtime": "nodejs22",
"memory": 256,
"timeout": 60,
"public": true,
"logging": true,
"description": "My Yandex Cloud Function",
"entrypoint": "index.handler",
"environment": {
"NODE_ENV": "production",
"API_KEY": "your-api-key-here"
},
"tags": ["production", "api"],
"serviceAccountId": null,
"networkId": null
}