cloud-functions

Develop and manage CloudBase cloud functions for event-driven and HTTP scenarios.

Updated Mar 5, 2026
One-click install
npx skills add https://github.com/neitui-coder/yolo-growth-map --skill cloud-functions-neitui-coder
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: cloud-functions
Source: https://github.com/neitui-coder/yolo-growth-map/tree/main/.agents/skills/cloudbase/references/cloud-functions
Command: npx skills add https://github.com/neitui-coder/yolo-growth-map --skill cloud-functions-neitui-coder

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires Node.js, and includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill provides comprehensive guidance and automation for developing and managing CloudBase cloud functions, streamlining the creation, deployment, and operation of both Event and HTTP functions.

Core Features & Use Cases

  • Event Functions (Node.js): Develop serverless functions triggered by events for SDK calls and scheduled tasks.
  • HTTP Functions (Multi-language): Create Web service functions for REST APIs and real-time communication (HTTP, SSE, WebSocket).
  • Deployment: Deploy Event and HTTP functions with tools like MCP and CLI.
  • Logging & Monitoring: Query logs and monitor execution to ensure smooth operation.
  • Use Case: Automate the deployment of an HTTP function to handle incoming API requests for a microservice architecture.

Quick Start

Deploy a new HTTP Cloud Function named 'myHttpFunction' to handle GET requests.

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 for HTTP and event-driven scenarios?

To deploy CloudBase cloud functions, use automation tools like MCP and CLI to publish both event-driven Node.js functions and multi-language HTTP functions. This streamlines the creation and operation of serverless workloads for REST APIs and scheduled tasks.

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

Event Functions use Node.js and trigger via SDK calls or scheduled tasks, whereas HTTP Functions support multiple programming languages for handling Web services, including REST APIs and real-time communication protocols like SSE and WebSocket.

Do I need Node.js to develop CloudBase cloud functions?

Node.js is required for developing Event Functions in CloudBase. For HTTP Functions, Node.js is an option, but the environment also supports multiple other languages for building REST APIs and real-time communication endpoints.

How do I query logs and monitor execution for CloudBase cloud functions?

You can query logs and monitor execution directly through the CloudBase cloud function management features. This ensures smooth operation by tracking the deployment and runtime behavior of both HTTP and event-driven serverless functions.

Can I use CloudBase cloud functions to build a microservice architecture?

Yes, CloudBase cloud functions can build microservice architectures by deploying HTTP functions to handle incoming API requests. They support REST APIs and real-time communication, providing a scalable serverless backend for microservices.