Yandex Cloud Functions
The service enables you to run code as a function in a secure, fault-tolerant, and automatically scalable environment without creating or maintaining VMs.
Serverless computing
Flexible scaling
High availability
TriggersPreview
Different programming languages
Implement your projects using Cloud Functions
Questions and answers
What programming languages can I use?
The service currently supports Node.js, PHP, Python, Go, Bash, Java, C# and R.
The service currently supports Node.js, PHP, Python, Go, Bash, Java, C# and R.
What is a runtime environment?
A runtime is set when creating a function and is a fully prepared environment suitable for running programs in the selected language. It also provides additional libraries and environment variables that can be accessed from the function code. You can change the selected runtime by updating the function configuration at any time.
General runtime characteristics:
- Operating system: Ubuntu 18.04 LTS.
- Linux Kernel v. 4.14.
A runtime is set when creating a function and is a fully prepared environment suitable for running programs in the selected language. It also provides additional libraries and environment variables that can be accessed from the function code. You can change the selected runtime by updating the function configuration at any time.
General runtime characteristics:
- Operating system: Ubuntu 18.04 LTS.
- Linux Kernel v. 4.14.
How do I track function execution?
Serverless Functions tracks and logs information about function calls and analyzes execution flow and performance. You can also describe logging mechanisms in your function code.
Serverless Functions tracks and logs information about function calls and analyzes execution flow and performance. You can also describe logging mechanisms in your function code.
How do I set up Cloud Functions integration with other Yandex.Cloud services?
Automate service operation using triggers. Triggers are the criteria that automatically launch a specific function when met. We provide detailed instructions on how to set up integration using triggers for Yandex Message Queue, IoT Core, and Object Storage.
Automate service operation using triggers. Triggers are the criteria that automatically launch a specific function when met. We provide detailed instructions on how to set up integration using triggers for Yandex Message Queue, IoT Core, and Object Storage.