1 2 3 4 5 6
//! AWS Lambda-specific modules. pub mod firehose; // Re-export RetryConfig for testing pub use crate::pipeline::retry::RetryConfig;