durable-execution-sdk-js-testing.invocationtype.md
December 2, 2025 ยท View on GitHub
Home > @aws/durable-execution-sdk-js-testing > InvocationType
InvocationType variable
Signature:
InvocationType: {
readonly DryRun: "DryRun";
readonly Event: "Event";
readonly RequestResponse: "RequestResponse";
}