You can use Function Compute SDKs to create and update functions, upload code, and manage triggers in an efficient manner. Developers only need to focus on business logic instead of the underlying operations and maintenance. This topic describes how to use Function Compute SDKs.
SDKs
SDK | Download link | Quick installation method | Documentation |
Golang SDK |
| ||
Java SDK | |||
Python 3 SDK |
| ||
PHP SDK |
| ||
Node.js SDK |
| ||
C# SDK |
|
Use SDKs
You can use the API-level SDK demos of different languages for debugging. For sample code, visit OpenAPI Explorer.
Before using the sample code, you need to understand the following parameters:
${endpoint}: the endpoint of Function Compute. For more information, see Endpoints.
${accessKeyId} and ${accessKeySecret}: the AccessKey pair that you use to call Alibaba Cloud API operations. You can log on to the Resource Access Management (RAM) console and view your AccessKey pair. For more information, see View the information about AccessKey pairs of a RAM user.