Audience
Developers wanting a tool to run their code, configure, and prepare instances of functions
About Yandex Cloud Functions
Run code as a function in a secure, fault-tolerant, and automatically scalable environment without creating or maintaining VMs. As the number of function calls increases, the service automatically creates additional instances of your function. All functions run in parallel. The runtime environment is hosted in three availability zones, ensuring availability even if one zone fails. Configure and prepare instances of functions always ready to process loads. This mode allows you to avoid cold starts and quickly process loads of any size. Give functions access to your VPC to accelerate interactions with private resources, database clusters, virtual machines, Kubernetes nodes, etc. 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. Launch cloud functions in synchronized mode and delayed execution mode.