def connect_to_aws()

in lambda-sns-notify/lambda_function.py [0:0]


def connect_to_aws(region, service):
    client = boto3.client(service, region_name = region)
    return client