This topic describes the runtimes that are supported by Function Compute.
Background
Runtimes provide running environments in different languages. Runtimes can forward information such as events, contexts, and responses of invocation between Function Compute and your functions. You can use built-in runtimes of Function Compute, custom runtimes, and Custom Container runtimes.
Function Compute runtimes
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.