Functions lifecycle
Published on 13 April 2022
The Serverless Functions runtimes are the environment in which your code runs.
We currently support three languages:
- Javascript (NodeJS runtime)
- Python
- Go
- Rust
New runtimes are added periodically, based on user demand.
Status | Description |
---|
Beta (beta ) | The runtime has just been released, users can test it and provide feedback, but it is not yet suitable for production environment. |
General Availability (available ) | The runtime is available to be used in a production environment. |
When runtimes are no longer supported, they pass through different phases:
Status | Description |
---|
Deprecated (deprecated ) | The runtime is still available, but a warning announcing the upcoming End Of Support displays when a new function is created. |
End Of Support (end_of_support ) | It is no longer possible to create a new function with this runtime; however, functions that already use it can still be updated. A message with the date of End of Life is displayed. |
End Of Life (end_of_life ) | Functions that use this runtime will still be working, but it is no more possible to update them. |
Name | Status | Information |
---|
Node 8 (node8 ) | End of Support | |
Node 10 (node10 ) | End of Support | |
Node 14 (node14 ) | Available | |
Node 16 (node16 ) | Available | |
Node 17 (node17 ) | End of Support | Security support ended June 1st 2022. |
Node 18 (node18 ) | Available | |
Name | Status | Information |
---|
Python 2 (python ) | End of Life | |
Python 3 (python3 ) | End of Support | |
Python 3.7 (python37 ) | Available | |
Python 3.8 (python38 ) | Available | |
Python 3.9 (python39 ) | Available | |
Python 3.10 (python310 ) | Available | |
Python 3.11 (python311 ) | Beta | |
Name | Status | Information |
---|
Generic Go (golang ) | End of Support | |
Go 1.13 (go113 ) | End of Support | |
Go 1.17 (go117 ) | Available | |
Go 1.18 (go118 ) | Available | |
Go 1.19 (go119 ) | Beta | |
Name | Status | Information |
---|
PHP 8.2 (php82 ) | Beta | |
Name | Status | Information |
---|
Rust 1.65 (rust165 ) | Beta | |