Package software.amazon.lambda.durable.testing
package software.amazon.lambda.durable.testing
-
ClassDescriptionHandle for an asynchronously executing durable function.Test runner for durable Lambda functions deployed to AWS.Processes execution history events from the GetDurableExecutionHistory API into
TestResultobjects.Polls the GetDurableExecutionHistory API until execution completes or a timeout is reached.In-memory test runner for durable Lambda functions.In-memory implementation ofDurableExecutionClientfor local testing.The operation status and result/error from Step, Context, Callback and ChainedInvoke operationsWrapper for AWS SDK Operation providing convenient access methods.TestResult<O>Represents the result of a durable execution, providing access to the execution status, output, operations, and history events.