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 for business
    • 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.
Yandex Cloud Functions
  • Comparing with other Yandex Cloud services
    • Overview
    • Managing dependencies
    • Request handler
    • Logging
    • Handling errors
    • Using the SDK
  • Tools
  • Pricing policy
  • Access management
  • Terraform reference
  • Monitoring metrics
  • Audit Trails events
  • Public materials
  • Release notes
  • FAQ
  1. Developing in Bash
  2. Overview

Developing in Bash. Overview

Written by
Yandex Cloud
Updated at May 12, 2025

With Cloud Functions, you can run applications written in Bash.

The Bash runtime has the following utilities pre-installed:

Name What for
jq For working with JSON.
Yandex Cloud CLI For working with the Yandex Cloud API.
AWS CLI version 2 For using AWS-compatible services.

For more information about how to use the SDK, see Using the SDK.

The runtime environment automatically loads and invokes the specified request handler for each request. The request content is provided to the script via the standard input stream, stdin.

When creating a new function version, the builder will automatically install all declared dependencies required for the function to run. For more information about requirements and restrictions, see Building and managing Bash function dependencies.

Cloud Functions automatically captures the script's standard output stream, stdout, and interprets it as a response to the request. The standard error output stream, stderr, is sent to the centralized logging system available in Yandex Cloud. This system also logs service records about the start and end of each function and any errors that occur during its execution. For more information about the log format, see Bash function runtime logging.

To learn more about how to write Bash scripts, see the Advanced Bash-Scripting Guide.

Was the article helpful?

Previous
Handling errors
Next
Managing dependencies
© 2025 Direct Cursus Technology L.L.C.