All Products
Search
Document Center

Function Compute (2.0):Overview

Last Updated:Mar 21, 2024

Function Compute supports multiple languages through the use of runtimes. When you create a function, you must select a runtime to upload and run your code. After you create the function, you can change or update the runtime by updating configurations of the function. This topic describes the runtimes that are supported by Function Compute and the runtime deprecation policy.

Background

Function Compute invokes your function in an execution environment. The execution environment provides a secure and isolated runtime environment that manages the resources required to run your function. If an execution environment from a previous invocation is available, Function Compute reuses the execution environment. Otherwise, Function Compute creates a new execution environment.

Each runtime of Function Compute is based on a specific Linux distribution. Debian 9 (Stretch) and Debian 10 (Buster) are supported. A runtime can use a single version of a language, multiple versions of a language, or multiple languages. When a version of a language reaches the end of life, runtimes for the version and language framework are deprecated.

Supported runtimes

Node.js

Version

Operating system

Architecture

Node.js 20.x (public preview)

Linux (Debian 10)

x86_64

Node.js 18.x (public preview)

Linux (Debian 10)

x86_64

Node.js 16.x

Linux (Debian 9)

x86_64

Node.js 14.x

Linux (Debian 9)

x86_64

Node.js 12.x

Linux (Debian 9)

x86_64

Node.js 10.x

Linux (Debian 9)

x86_64

Node.js 8.x

Linux (Debian 9)

x86_64

Python

VersionIdentifierOperating SystemArchitecture
Python 3.10 (in public preview)python3.10Debian 10x86_64
Python 3.9python3.9Debian 9x86_64
Python 3.6python3Debian 9x86_64

PHP

Version

Operating system

Architecture

PHP 7.2

Linux

x86_64

Java

Version

Operating system

Architecture

Java 11

Linux

x86_64

Java 8

Linux

x86_64

.NET

Version

Operating System

.NET Core 3.1

Debian 9

Go

Version

Operating system

Architecture

Go 1.x

Linux

x86_64

Custom runtime

Runtime

Identifier

Operating system

Architecture

Custom runtime (Debian 10) (in public preview)

custom.debian10

Debian 10

x86_64

Custom runtime

custom

Debian 9

x86_64

Runtime deprecation policy

With the iteration of runtime versions, Function Compute stops maintaining specific runtimes and no longer provides technical support or security updates for these runtimes. The deprecation of a runtime is divided into two phases.

  • Phase 1

    You can no longer create functions that use the runtime, but you can still execute and update existing functions that use the runtime.

  • Phase 2

    You can no longer create or update functions that use the runtime, but you can still execute the existing functions that use the runtime.

Important

Function Compute does not block invocations of functions that use a deprecated runtime. The functions can still be invoked. We recommend that you migrate your functions to the latest supported runtimes for technical support and security updates.

The following table lists the deprecation plans for runtimes in Function Compute. For runtimes that are not listed in the table, no deprecation plans have been made yet. Function Compute notifies you by email or internal messages if you have functions that use a runtime that is to be deprecated in the next 60 days.

Name

Identifier

Phase 1

Phase 2

Node.js 12

nodejs12

None

None

Node.js 10

nodejs10

June 1, 2024

September 1, 2024

Node.js 8

nodejs8

June 1, 2024

September 1, 2024

Node.js 6

nodejs6

June 1, 2023

May 30, 2024

Node.js 4.4

nodejs4.4

June 1, 2023

May 30, 2024

.NET Core 2.1

dotnetcore2.1

June 1, 2023

May 30, 2024

Python 2.7

python2.7

June 1, 2023

May 30, 2024

References