fakecloud-eventbridge 0.35.0

EventBridge implementation for FakeCloud
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
pub mod delivery;
pub mod resource_policy;
pub mod scheduler;
pub(crate) mod service;
pub mod simulation;
pub(crate) mod state;

pub use service::helpers::parse_target;
pub use service::EventBridgeService;
pub use state::{
    ApiDestination, Archive, Connection, Endpoint, EventBridgeSnapshot, EventBridgeState, EventBus,
    EventRule, EventTarget, SharedEventBridgeState, EVENTBRIDGE_SNAPSHOT_SCHEMA_VERSION,
};