tencent cloud

文档反馈

Introduction

最后更新时间:2023-07-18 11:13:08

    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.

    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.