"""Boto3 connector.""" import boto3 from copy_auth0_logs_to_cloudwatch import config session = boto3.Session(region_name=config.AWS_DEFAULT_REGION)