/** * This file has been refactored into modular lambda-per-file structure. * * Import individual functions or use the class wrapper: * @example * import { log } from './bulk-lambda-refactor' * * @example * import { BulkLambdaRefactorUtils } from './bulk-lambda-refactor' * BulkLambdaRefactorUtils.log(...) */ export * from './bulk-lambda-refactor'