/// Legacy support module - use helpers module for new tests
///
/// This module is kept for backwards compatibility with existing tests.
/// New tests should use the `helpers` module instead.
pub use ;
pub use ;
pub use setup;
pub use ;
use OnceCell;
/// Ensure DynamoDB client is initialized for tests
static TEST_INIT: = const_new;
/// Initialize DynamoDB client for tests (idempotent)
pub async