What problem does it solve?
It helps you create, update, deploy, and troubleshoot CloudBase Event Functions and HTTP Functions without mixing up the different runtime models or packaging requirements.
Core Features & Use Cases
- Correctly choose the function runtime model: decide between Event Functions and HTTP Functions based on triggers and API needs.
- Deploy and operate with the right workflows: create, update code, update config, and verify execution behavior using the intended tool actions.
- Handle access and observability: manage gateway exposure for HTTP access patterns and inspect logs for debugging.
- Use-case example: you need a server-side endpoint for a mobile app to call; you can use HTTP Functions (port 9000 with scf_bootstrap) and then add gateway access if browser/public routing is required.
Quick Start
Use the cloud-functions skill to implement and deploy your CloudBase Event Function or HTTP Function for application runtime logic, then validate it via the relevant references and execution checklist before exposing it through a gateway.