Code development overview

更新时间:
复制 MD 格式

Function Compute supports three types of runtimes: built-in runtimes, custom runtimes, and Custom Container runtimes. Each runtime provides an execution environment for your function code and handles forwarding events, context, and invocation responses between Function Compute and your function.

Built-in runtimes

Function Compute provides managed execution environments for the following languages. Select a language to access its runtime documentation.

Node.js

Python

PHP

Java

C#

Go

Custom runtimes

This section provides examples of code development in various languages of custom runtimes. For more information, see Overview.

Custom Container runtimes

This section provides examples of code development in various languages of Custom Container runtimes. For more information, see Overview.