"""Shared pytest configuration and fixtures.""" import os # Must be set before any src imports so boto3 clients initialise without error. # Lambda runtime sets AWS_REGION automatically; this is the test-env equivalent. os.environ.setdefault('AWS_DEFAULT_REGION', 'us-east-1')