cloud-functions

Plan, develop, and manage CloudBase cloud functions with correct runtimes and deployment.

Updated Mar 27, 2026
One-click install
npx skills add https://github.com/l395624064/plantCard_Demo01 --skill cloud-functions-l395624064
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: cloud-functions
Source: https://github.com/l395624064/plantCard_Demo01/tree/main/.trae/skills/cloudbase/references/cloud-functions
Command: npx skills add https://github.com/l395624064/plantCard_Demo01 --skill cloud-functions-l395624064

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Complete guide for CloudBase cloud functions development - supports both Event Functions (Node.js) and HTTP Functions (multi-language Web services). Covers runtime selection, deployment, logging, invocation, scf_bootstrap, SSE, WebSocket, and HTTP access configuration.

Core Features & Use Cases

  • Supports both Event Functions and HTTP Functions across multiple languages
  • Guidance on runtime selection, deployment, logs, and invocation
  • Includes HTTP access configuration and gateway concepts for public endpoints

Quick Start

Create and deploy an Event Function or HTTP Function with the correct runtime, deployment, and gateway setup.

Frequently Asked Questions about cloud-functions

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I deploy CloudBase cloud functions end-to-end?

To deploy CloudBase cloud functions, you must select the correct runtime, configure environment variables, and use manageFunctions tooling to complete the deployment and inspect logs for both Event and HTTP functions.

What is the difference between Event Functions and HTTP Functions in CloudBase?

Event Functions run on Node.js and respond to triggers, while HTTP Functions support multi-language Web services using scf_bootstrap for public endpoint access via gateway configuration.

How do I configure public access for HTTP functions using scf_bootstrap?

Configuring public access for HTTP functions requires setting up scf_bootstrap for multi-language Web services and applying gateway access configuration through manageGateway tooling to expose public endpoints.

Can I change the runtime of a deployed CloudBase cloud function?

No, runtime selection is immutable for deployed CloudBase cloud functions. You must choose the correct runtime during the initial planning phase before deployment and cannot modify it afterward.

How do I debug and inspect logs for CloudBase serverless functions?

To debug CloudBase serverless functions, use queryFunctions tooling to inspect deployment status and retrieve logs, ensuring correct runtime selection and environment variable configuration for troubleshooting.

Does CloudBase support WebSocket and SSE for HTTP functions?

Yes, CloudBase HTTP functions support WebSocket and SSE connections for multi-language Web services, requiring proper scf_bootstrap configuration and gateway access setup to maintain persistent connections.