import boto3 from server import config def get_session() -> boto3.Session: """Get boto3 session. Returns: boto3.Session: boto3 session. """ return boto3.Session(region_name=config.AWS_DEFAULT_REGION)