Serverless Service


The EnOS™ ECP provides a serverless function service to enable developers to build and run applications without thinking about servers and releases them from infrastructure management tasks.


The main functions of ECP Serverless Service include:

Centralized Application Management

Supports creating products as the collection of function applications, achieving centralized management of function services and members.

Code Management

Supports multiple development languages and code submission methods, including online editing, local upload, and git synchronization.

Function Templates

Customizes running environment and code examples for different business scenarios, and provides function templates to support quick creation of function services.

Computing Resource Allocation

Supports running function applications in a flexible and reliable way without manually configuring computing resources. ECP serverless can automatically scale up and down resources according to the resource requests, and allocate reasonable computing resources to meet business needs.

Multiple Triggering Methods

Provides an event driven computing model. Function execution is driven by events, which can be triggered by Cronjob or Kafka. You can create a trigger in the specified function, which describes a set of rules. When an event satisfies these rules, the event source will trigger the corresponding function.

Monitoring and Logs

In addition to providing log service and monitoring service for applications deployed on the Cloud, supports various query, filtering and alarm functions based on log and monitoring, and also improves the debugging ability of the tools.