---
name: tencentedgeone/makers-cloud-functions
source: https://app.decimal.ai/s/tencentedgeone-makers-cloud-functions@1/SKILL.md
source_sha256: de920c304cbe
---

# Cloud Functions

Server-side functions supporting Node.js, Go, and Python runtimes.

## Runtime Selection

| Runtime | When to use | Reference |
|---------|-------------|-----------|
| Node.js | Express/Koa patterns, npm ecosystem | [references/node-functions.md](references/node-functions.md) |
| Go | High performance, Gin/Echo/Chi | [references/go-functions.md](references/go-functions.md) |
| Python | Flask/FastAPI, ML libraries | [references/python-functions.md](references/python-functions.md) |