//! Database operations for Lambda context
//!
//! Functionality has been moved to:
//! - `src/lambda/query.rs` (Mutations, Transforms, Backfills)
//! - `src/lambda/schema.rs` (Backfill status)
//!
//! This file is kept to maintain the module structure if needed, but methods are removed to avoid duplicates.