Lambda / Client / send_durable_execution_callback_heartbeat

send_durable_execution_callback_heartbeat

Lambda.Client.send_durable_execution_callback_heartbeat(**kwargs)

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.

See also: AWS API Documentation

Request Syntax

response = client.send_durable_execution_callback_heartbeat(
    CallbackId='string'
)
Parameters:

CallbackId (string) –

[REQUIRED]

The unique identifier for the callback operation.

Return type:

dict

Returns:

Response Syntax

{}

Response Structure

  • (dict) –

Exceptions

  • Lambda.Client.exceptions.InvalidParameterValueException

  • Lambda.Client.exceptions.TooManyRequestsException

  • Lambda.Client.exceptions.ServiceException

  • Lambda.Client.exceptions.CallbackTimeoutException