Skip to main content

Summary

Configuration (typical)

  • Runtime — Language/runtime family appropriate to your cloud (Node, Python, etc., as offered by the project).
  • Architecture — Aligns with arm64 vs x86_64 offerings per provider.
  • Handler — Function entry; Azure/GCP defaults in code mirror common patterns (index.handler).
  • Environment — Key/value env vars for configuration and secrets (treat as sensitive).

Canvas and connections

  • Connect to API gateways, queues, databases, storage, or applications where your deployment’s resource connections allow it.

Operations

  • Deploy / update pushes code and configuration through the platform’s function APIs.
  • Delete removes the function and related triggers when configured.
API: API documentationFunctions, Resources. ← Resource types hub