Expand description
DurableBackend trait and RealBackend implementation.
The DurableBackend trait is the I/O boundary between the replay engine
and AWS. It covers the 2 AWS durable execution API operations used internally
by the SDK: checkpoint_durable_execution and get_durable_execution_state.
RealBackend calls AWS via aws-sdk-lambda; MockBackend (in
durable-lambda-testing) returns pre-loaded data for credential-free testing.
Structs§
- Real
Backend - Real AWS backend that calls
aws-sdk-lambdadurable execution APIs.
Traits§
- Durable
Backend - Define the I/O boundary between the replay engine and the durable execution backend.