Yandex Cloud
Search
Contact UsGet started
  • Pricing
  • Customer Stories
  • Documentation
  • Blog
  • All Services
  • System Status
    • Featured
    • Infrastructure & Network
    • Data Platform
    • Containers
    • Developer tools
    • Serverless
    • Security
    • Monitoring & Resources
    • AI Studio
    • Business tools
  • All Solutions
    • By industry
    • By use case
    • Economics and Pricing
    • Security
    • Technical Support
    • Start testing with double trial credits
    • Cloud credits to scale your IT product
    • Gateway to Russia
    • Cloud for Startups
    • Center for Technologies and Society
    • Yandex Cloud Partner program
  • Pricing
  • Customer Stories
  • Documentation
  • Blog
© 2025 Direct Cursus Technology L.L.C.
Service page
Yandex Cloud Functions
Documentation
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
  • Public materials
  • 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
© 2025 Direct Cursus Technology L.L.C.