in lambda_textract/lambda_function.py [0:0]
def aws_connection(service="textract", region_name="us-east-1"): client = boto3.client(service, region_name=region_name) return client