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

December 2, 2025 ยท View on GitHub

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

CloudDurableTestRunnerParameters interface

Parameters for creating a CloudDurableTestRunner instance.

Signature:

export interface CloudDurableTestRunnerParameters

Properties

Property

Modifiers

Type

Description

client?

LambdaClient

(Optional) Optional AWS Lambda client

config?

CloudDurableTestRunnerConfig

(Optional) Optional configuration for the test runner

functionName

string

The name or ARN of the Lambda function to invoke for testing