THE STANDARD / UNS FRAMEWORK
Function Configuration Beta
A function is a self-contained block of code designed to perform a specific task.
Definition reference · See this in the complete factory example, or follow the YAML walkthrough to create your own.
Parameters
| Parameter | Description |
|---|---|
| name | Name of the function. |
| endpoint | Endpoint of the function. |
YAML
version: '1.0' function: - name: string endpoint: string