Product Features

Function Management

FunctionGraph provides console-based function management.

Function Triggers

Table 3 lists the invocation modes for different trigger types.

Table 3 Function trigger invocation

Trigger

Invocation Mode

API Gateway (Dedicated)

Synchronous invocation is used by default. You can change it to asynchronous invocation. For details, see Asynchronous Invocation.

Timer

Synchronous (default)

Cloud Trace Service (CTS)

Asynchronous (default and cannot be changed)

Document Database Service (DDS)

Asynchronous (default and cannot be changed)

DMS (for Kafka)

Asynchronous (default and cannot be changed)

Kafka (Open-Source)

Asynchronous (default and cannot be changed)

Log Tank Service (LTS)

Asynchronous (default and cannot be changed)

Simple Message Notification (SMN)

Asynchronous (default and cannot be changed)

Logs and Metrics

FunctionGraph graphically displays function monitoring metrics and collects function running logs, enabling you to view function statuses, and locate problems by querying logs.

For details about how to query logs, see Managing Function Logs.

For details about a single monitoring metric, see section "Function Monitoring" in the FunctionGraph User Guide.

For details about tenant-level monitoring information, see Introduction to Dashboard.

Function Initialization

The initializer interface is introduced to:

HTTP Functions

You can set Function Type to HTTP Function on the function creation page. HTTP functions are designed to optimize web services. You can send HTTP requests to URLs to trigger function execution. HTTP functions support APIG triggers only.

Custom Images

You can directly package and upload container images. The images are loaded and started by the platform and can be called in a similar way as HTTP functions. Unlike the previous code upload mode, you can use a custom code package, which is flexible and reduces migration costs.