tencent cloud

Introduction
Last updated: 2025-10-30 21:54:39
Introduction
Last updated: 2025-10-30 21:54:39

SCF is an FaaS (Function as a Service) service that hosts and runs your code with user-configured triggers. With SCF, you can define triggers and SCF will run your code in response to events you defined.

SCF provides a serverless execution environment, with which you can your code without purchasing and managing servers. You only need to write your core with the platform-supported languages, configure the required conditions. SCF will executes your code and scales automatically on Tencent Cloud infrastructures.

Note:

  • All APIs in this section are version 3.0. New SCF APIs added in the future will also be version 3.0. We strongly recommend you use 3.0 APIs.
  • Legacy APIs remain available but will not be updated. For documentation of legacy APIs, see SCF API (Legacy).

Glossary

Term Description
SCF Serverless Cloud Function (SCF) is an FaaS (Function as a Service) service that hosts and runs your code with user-configured triggers. With SCF, you can define triggers and SCF will run your code in response to events you defined.
Trigger SCF functions are triggered by events. Event sources serve as the triggers, which are usually resource objects of other products such as a COS bucket, a CMQ topic or a timer.
Was this page helpful?
You can also Contact Sales or Submit a Ticket for help.
Yes
No

Feedback