You can use the Function Compute SDKs to perform operations such as creating functions, updating functions, uploading code, and managing triggers. The SDKs allow you to focus on your business logic instead of the underlying operations and maintenance. This topic describes how to use the Function Compute SDKs.
SDKs
SDK List | Download link | Quick installation | User guide |
Golang SDK | go get github.com/alibabacloud-go/fc-20230330 | ||
Java SDK | | ||
Python 3 SDK | pip install alibabacloud_fc20230330 | ||
PHP SDK | composer require alibabacloud/fc-20230330 | ||
Node.js SDK | npm install @alicloud/fc20230330 | ||
C# SDK |
|
SDK usage examples
You can use the API-level multi-language SDK demos to debug your code. For sample code, see OpenAPI Explorer.
Before you use the sample code, take note of the following parameters.
${endpoint}: The service endpoint of Function Compute. For more information, see Service endpoints.
${accessKeyId} and ${accessKeySecret}: Your AccessKey pair. Log in to the Resource Access Management (RAM) console to view your AccessKey pair. For more information, see View the AccessKey information of a RAM user.