cloud-functions

Develop and manage CloudBase cloud functions with runtime selection and deployment.

1|Updated Apr 12, 2026
One-click install
npx skills add https://github.com/jngong-collab/miniapp-growth-v2-open --skill cloud-functions-jngong-collab
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: cloud-functions
Source: https://github.com/jngong-collab/miniapp-growth-v2-open/tree/main/.trae/skills/cloudbase/references/cloud-functions
Command: npx skills add https://github.com/jngong-collab/miniapp-growth-v2-open --skill cloud-functions-jngong-collab

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill unit provides a comprehensive guide to developing, deploying, and managing CloudBase cloud functions, covering both Event Functions and HTTP Functions.

Core Features & Use Cases

  • Event Function Development: Supports Event Functions (Node.js) triggered by events like SDK calls and timers.
  • HTTP Function Development: Enables the creation and deployment of HTTP Functions (Node.js/Python/Go/Java) for web services.
  • Runtime Selection: Offers guidance on choosing the right runtime environment for optimal performance.
  • Logging and Monitoring: Provides instructions on querying function logs and monitoring execution.
  • HTTP Access Configuration: Walks through configuring HTTP access for cloud functions, including SSE and WebSocket.

Quick Start

Use the cloud-functions skill to deploy a new Event Function for processing data from SDK calls.

Frequently Asked Questions about cloud-functions

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

FAQPage Schema
How do I develop and deploy cloud functions on CloudBase?

To develop cloud functions on CloudBase, you write your code in Node.js, Python, Go, or Java, then configure deployment, logging, and invocation settings. This supports both event-driven processing and web service scenarios.

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

Event Functions in CloudBase are triggered by occurrences like SDK calls or timers using Node.js, while HTTP Functions handle web service requests across Node.js, Python, Go, and Java. Both enable distinct serverless execution patterns.

Can I use Python or Go for CloudBase HTTP functions?

Yes, CloudBase HTTP functions support development using Python, Go, Java, and Node.js. This allows you to select the optimal runtime environment for your web service performance and language preferences.

How do I configure HTTP access for CloudBase serverless functions?

Configuring HTTP access for CloudBase functions involves setting up web service endpoints, including support for SSE and WebSocket protocols. This enables direct client communication with your deployed HTTP functions.

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

You query logs and monitor execution for cloud functions through built-in CloudBase logging features. This provides visibility into runtime behavior, invocation success, and execution metrics for your serverless functions.