Yandex Cloud
Search
Contact UsGet started
  • Blog
  • Pricing
  • Documentation
  • All Services
  • System Status
    • Featured
    • Infrastructure & Network
    • Data Platform
    • Containers
    • Developer tools
    • Serverless
    • Security
    • Monitoring & Resources
    • ML & AI
    • Business tools
  • All Solutions
    • By industry
    • By use case
    • Economics and Pricing
    • Security
    • Technical Support
    • Customer Stories
    • Gateway to Russia
    • Cloud for Startups
    • Education and Science
  • Blog
  • Pricing
  • Documentation
Yandex project
© 2025 Yandex.Cloud LLC
Yandex Cloud Functions
  • Comparison with other Yandex Cloud services
    • Overview
    • Function
    • Invoking a function
    • Asynchronous function invocation
    • Long-lived functions
    • Function termination notifications
    • Networking
    • Mounting external resources to a function file system
    • Builder
    • Dead Letter Queue
    • Function logs
    • Backups
    • Quotas and limits
  • Tools
  • Pricing policy
  • Access management
  • Terraform reference
  • Monitoring metrics
  • Audit Trails events
  • Release notes
  • FAQ
  1. Concepts
  2. Overview

Cloud Functions overview

Written by
Yandex Cloud
Updated at December 11, 2024

Cloud Functions lets you run your code in a serviceable environment as a function. The service allocates the resources required for the function the be executed. When you increase the number of function calls, the service automatically scales and creates additional instances of your function.

A function runs in the language-specific runtime environment. Such runtime environments are available for Node.js, Python, Go, PHP, Bash, Java, Kotlin, R, and .NET Core

Before writing your functions, review the programming model accepted in Cloud Functions.

Was the article helpful?

Previous
Viewing operations with service resources
Next
Function
Yandex project
© 2025 Yandex.Cloud LLC