You can write SCF functions to handle your own business logic and trigger the functions through the management APIs exposed by SCF. The management APIs are collectively referred to as TencentCloud API in Tencent Cloud. By using the Invoke
API of SCF, you can trigger and invoke functions as needed.
The detailed TencentCloud API call method can be found in Invoke. TencentCloud API triggers have the following characteristics:
InvocationType
parameter.ClientContext
parameter, and the content has to be encoded in JSON format.To trigger a function through TencentCloud API, you need to:
In addition, if you do not want to construct or parse the request content on your own, you can directly use the TencentCloud API SDK for Python, PHP, Java, Go, .NET, or Node.js to trigger functions. For more information on how to use the SDK, please see SDK.
Was this page helpful?