pub type SharedLambdaState = Arc<RwLock<LambdaState>>;
pub struct SharedLambdaState { /* private fields */ }