Skip to content

Send Durable Execution Callback Heartbeat

lambda_send_durable_execution_callback_heartbeat R Documentation

Sends a heartbeat signal for a long-running callback operation to prevent timeout

Description

Sends a heartbeat signal for a long-running callback operation to prevent timeout. Use this API to extend the callback timeout period while the external operation is still in progress.

Usage

lambda_send_durable_execution_callback_heartbeat(CallbackId)

Arguments

CallbackId

[required] The unique identifier for the callback operation.

Value

An empty list.

Request syntax

svc$send_durable_execution_callback_heartbeat(
  CallbackId = "string"
)