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
    • Cloud credits to scale your IT product
    • Gateway to Russia
    • Cloud for Startups
    • Education and Science
    • Yandex Cloud Partner program
  • Blog
  • Pricing
  • Documentation
© 2025 Direct Cursus Technology L.L.C.
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. Asynchronous function invocation

Asynchronous function invocation

Written by
Yandex Cloud
Updated at May 5, 2025

Note

This feature is at the Preview stage.

When you create a new function version, you can set up asynchronous invocation to invoke the function without waiting for it to complete.

To invoke a function asynchronously, specify the ?integration=async request string parameter. When invoked this way, a function cannot parse or set HTTP headers:

  • The contents of the HTTPS request body are provided as the first argument (without converting to a JSON structure).
  • The contents of the HTTPS response body is identical to the function response (without converting or checking the structure) and the HTTP response status is 202.

You have the option to either ignore the function's output or send it to Yandex Message Queue.

See alsoSee also

  • Invoking a function asynchronously

Was the article helpful?

Previous
Invoking a function
Next
Long-lived functions
© 2025 Direct Cursus Technology L.L.C.