Re-exports§
pub use authz::AuthzEngine;pub use authz::NoopPrincipalLookup;pub use authz::PrincipalLookup;pub use authz::ResolvedPrincipal;pub use authz::ResourcePolicyLookup;pub use authz::ScpLookup;pub use error::AwsError;pub use events::EventBus;pub use events::InternalEvent;pub use gateway::AppState;pub use persistence::PersistenceManager;pub use protocol::Protocol;pub use protocol::RouteDefinition;pub use router::RequestContext;pub use state::AccountRegionStore;
Modules§
Traits§
- Service
Handler - Trait that every AWS service crate must implement.