Expand description
Service client for the AWS Durable Execution SDK.
This module defines the DurableServiceClient trait and provides
a Lambda-based implementation for communicating with the AWS Lambda
durable execution service using the CheckpointDurableExecution and
GetDurableExecutionState REST APIs.
Structs§
- Checkpoint
Response - Response from a checkpoint operation.
- GetOperations
Response - Response from a get_operations call.
- Lambda
Client Config - Configuration for the Lambda durable service client.
- Lambda
Durable Service Client - Lambda-based implementation of the DurableServiceClient.
- NewExecution
State - New execution state returned from checkpoint operations.
Traits§
- Durable
Service Client - Trait for communicating with the durable execution service.
Type Aliases§
- Shared
Durable Service Client - Type alias for a shared DurableServiceClient.