Welcome to Tencent Cloud Serverless Cloud Function (SCF). SCF is a Function as a Service (FaaS) service that hosts and runs your code with user-configured triggers. With SCF, you can define triggers and SCF will run your application code in response to events you have defined.
Tencent Cloud's Serverless Cloud Function (SCF) is a serverless execution environment that enables you to build and run applications without having to purchase and manage servers. Simply code in a supported language and set the execution conditions, and your code can be run on the Tencent Cloud infrastructure elastically and securely. Tencent Cloud takes care of all the underlying computing resources, such as server CPU, memory, and network. Tasks including resource maintenance, code deployment, auto scaling, load balancing and more are also covered. Code is run on demand, with no service fee incurred during idle time.
Note:
All SCF APIs in this section have been upgraded to API 3.0. Future SCF features will also be added here. We recommend using API 3.0.
Term | Full Name | Description |
---|---|---|
SCF | Serverless Cloud Function | SCF is a Function as a Service (FaaS) service that hosts and runs your code with user-configured triggers. With SCF, you can define triggers and SCF will run your application code in response to events you have defined. |
Trigger | SCF Trigger | SCF functions are triggered by events. Event sources serve as triggers, which are usually resource objects of other products such as a COS bucket, a CMQ topic, or a timer. |
Was this page helpful?