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. Builder

Builder

Written by
Yandex Cloud
Updated at March 27, 2025

A builder is a mechanism used to build a function when creating a new version. It loads the necessary dependencies and, if a compiled programming language is used, compiles the source files into an executable file.

You can add dynamic libraries by adding them to the ZIP archive.

LoggingLogging

Whether the version is successfully created or there is an error, the builder's output data is written to:

  • Default log group, where each record has a json_payload parameter set to source=builder.
  • File the link to which is specified in the operations section.

If the builder reports a project build error, the runtime environment automatically captures the error and writes detailed information about the error type, text, and location. As a result, the function version creation fails.

Was the article helpful?

Previous
Mounting external resources to a function file system
Next
Overview
Yandex project
© 2025 Yandex.Cloud LLC