scalix_fn_deploy
Deploy a Scalix Function — serverless, per-request billed, running in isolated microVMs — from a container image. Invoke it with scalix_fn_invoke once deployed.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Function name | |
| image | Yes | Container image reference | |
| runtime | No | Runtime — `node` or `python` (exactly what the functions orchestrator accepts) |