Dart Cloud Functions Docs
Dart Cloud Functions is a pre-launch control plane for creating, storing, and deploying Dart functions across GCP, AWS, and Azure from one product surface. These docs describe the implementation that exists in this repository today.
What This Site Covers
-
The current public API and dashboard flow for projects, functions, uploads, and deployments.
-
The Dart runtime lifecycle model exposed by
GET /api/v1/runtimes. -
Project-scoped cloud integrations, including the strict GCP Workload Identity Federation contract.
-
The async deployment lifecycle, including status polling, events, and undeploy.
Start Here
-
Getting Started Walk through the current authoring and deployment flow.
-
Core Concepts Understand how tenants, projects, functions, runtimes, integrations, and deployments fit together.
-
Runtime Policy See how the supported Dart runtime window is enforced for new drafts and deployments.
-
Cloud Integrations Review the current Azure, AWS, and GCP onboarding contracts.
-
API Reference Use the public API endpoint groups and the OpenAPI source of truth.