Skip to contents

Sends a successful completion response for a callback operation in a durable execution. Use this API when an external system has successfully completed a callback operation.

See https://www.paws-r-sdk.com/docs/lambda_send_durable_execution_callback_success/ for full documentation.

Usage

lambda_send_durable_execution_callback_success(CallbackId, Result = NULL)

Arguments

CallbackId

[required] The unique identifier for the callback operation.

Result

The result data from the successful callback operation. Maximum size is 256 KB.