tencent cloud

Serverless Cloud Function

Using a Version

PDF
포커스 모드
폰트 크기
마지막 업데이트 시간: 2025-02-12 11:10:43
The version feature is mainly used to fix the function configuration and code and avoid the impact of development, debugging, and testing on the business. After publishing a function version, you can use the version by invoking the function on the specified version.
Note:
The $LATEST version is used for code development and testing.

Version trigger

Currently, all published versions of functions can be independently bound to triggers. For the same function, different versions are independent of one another, and each trigger can independently trigger the function.
Note:
There is a limit to the number of triggers under one user account. For more information, please see Quota Limits. To increase the maximum number of triggers (i.e., quota limit), you can submit a ticket for application.

TencentCloud API-Triggered Versions

When the InvokeFunction API of TencentCloud API is used to trigger a function invocation, the specific version to be triggered can be specified with the optional parameter Qualifier. Without this parameter, the $DEFAULT alias will be triggered by default.

도움말 및 지원

문제 해결에 도움이 되었나요?

피드백