durable-execution-sdk-js-testing.invokerequest.md

December 2, 2025 ยท View on GitHub

Home > @aws/durable-execution-sdk-js-testing > InvokeRequest

InvokeRequest interface

Request parameters for invoking a durable function.

Signature:

export interface InvokeRequest

Properties

Property

Modifiers

Type

Description

payload?

unknown

(Optional) Optional payload to send to the durable function

Contents

  1. 1InvokeRequest interface
  2. 2Properties