Skip to main content

Crate awsim_pipes

Crate awsim_pipes 

Source
Expand description

EventBridge Pipes emulator.

Implements the data-plane state for Pipes (Create/Describe/List/Update/ Delete/Start/Stop) with RestJson1 routes. Actual source→target dispatch is driven by a separate background runner spawned in the awsim binary.

Re-exports§

pub use state::Pipe;
pub use state::PipesState;

Modules§

state

Structs§

PipesService