AIGCS

EdgeOne Makers [WIP]

Deploying AIGCS on EdgeOne Makers

This page is a work in progress. EdgeOne Makers deployment is planned but not yet implemented.

Overview

AIGCS supports deployment on Tencent EdgeOne Makers via Cloud Functions.

Build

# From the project root
pnpm edgeone:build

Output is in cloud-functions/ directory.

Configuration

The edgeone.json configures the Cloud Function:

{
  "runtime": "nodejs20",
  "handler": "index.handler",
  "memory": 256,
  "timeout": 30
}

Limitations

  • EdgeOne Makers Cloud Functions have cold start latency
  • File storage (avatar cache) may require external object storage
  • Database must be accessible from EdgeOne Makers network

On this page