SDK reference (2023-03-30)

更新时间:
复制 MD 格式

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-fc-20230330

go get github.com/alibabacloud-go/fc-20230330

Get started

Java SDK

java-fc-20230330

<dependency>
  <groupId>com.aliyun</groupId>
  <artifactId>fc20230330</artifactId>
  <version>4.3.5</version>
</dependency>

Get started

Python 3 SDK

python3-fc-20230330

pip install alibabacloud_fc20230330

Get started

PHP SDK

php-fc-20230330

composer require alibabacloud/fc-20230330

Get started

Node.js SDK

nodejs-fc-20230330

npm install @alicloud/fc20230330

Get started

C# SDK

csharp-fc-20230330

dotnet add package AlibabaCloud.SDK.FC20230330

Get started

SDK usage examples

You can use the API-level multi-language SDK demos to debug your code. For sample code, see OpenAPI Explorer.

Note

Before you use the sample code, take note of the following parameters.