Registry /
cloud / tencentcloud-tencentcloud-sdk-go-tencentcloud-scf
Install & Compatibility
Where this runs
No compatibility data collected yet for this library.
Code
Verified usage
Verified import paths — ran on the pinned version, not inferred.
scf
✓ github.com/tencentcloud/tencentcloud-sdk-go/tencentcloud/scf
List all SCF functions in a region
package main
import (
"fmt"
"github.com/tencentcloud/tencentcloud-sdk-go/tencentcloud/common"
"github.com/tencentcloud/tencentcloud-sdk-go/tencentcloud/scf"
)
func main() {
client, _ := scf.NewClient(common.NewCredential("secretId", "secretKey"), "ap-guangzhou")
req := scf.NewListFunctionsRequest()
resp, err := client.ListFunctions(req)
if err != nil {
fmt.Println(err)
return
}
fmt.Println(resp.ToJsonString())
}
Debug
Known issues
No known issues recorded.
Upgrade
Version history
1.0.1051latest on pkg.go.dev
Audit
Dependencies
No dependency data recorded yet.