-
Poll until execution completes and return the final result.
HistoryEventProcessor.processEvents(List<software.amazon.awssdk.services.lambda.model.Event> events,
software.amazon.lambda.durable.TypeToken<O> outputType)
Processes a list of execution history events into a structured
TestResult.
CloudDurableTestRunner.run(I input)
Invokes the Lambda function, polls execution history until completion, and returns the result.
LocalDurableTestRunner.run(I input)
Run a single invocation (may return PENDING if waiting/retrying).
Run until completion (SUCCEEDED or FAILED) or pending manual intervention, simulating Lambda re-invocations.
LocalMemoryExecutionClient.toTestResult(software.amazon.lambda.durable.model.DurableExecutionOutput output)
Build TestResult from current state.