Skip to main content

Crate fakecloud_stepfunctions

Crate fakecloud_stepfunctions 

Source

Re-exports§

pub use state::Activity;
pub use state::AliasRoute;
pub use state::SharedStepFunctionsState;
pub use state::StateMachine;
pub use state::StateMachineAlias;
pub use state::StateMachineStatus;
pub use state::StateMachineType;
pub use state::StateMachineVersion;
pub use state::StepFunctionsSnapshot;
pub use state::StepFunctionsState;
pub use state::TaskTokenState;
pub use state::STEPFUNCTIONS_SNAPSHOT_SCHEMA_VERSION;

Modules§

choice
error_handling
interpreter
intrinsics
Amazon States Language intrinsic functions.
io_processing
state

Structs§

StepFunctionsService

Functions§

start_execution_from_delivery
Start a Step Functions execution from a cross-service delivery (e.g. EventBridge).

Type Aliases§

SharedServiceRegistry
Handle to the central service registry, set by main.rs after every service has been registered. Wrapped in OnceLock so StepFunctionsService can be constructed (and registered into the very registry it later reads back) before the registry itself is finalized. The interpreter snapshots the inner Arc when it needs to dispatch generic aws-sdk:* Task integrations.