You can use Function Compute SDKs to create and update functions, upload code, and manage triggers in an efficient manner. You need only to focus on your business logic without concerning yourself with bottom-layer operation and maintenance. This topic provides links to tutorials on how to use Function Compute SDKs.
SDKs
SDK | Download URL | Installation method | Tutorial |
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 |
|
Use SDKs
You can use the API-level SDK demos in different programming languages for debugging. For sample code, visit OpenAPI Explorer.
Before using the sample code, you must 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.