in lambda_sns_notify/lambda_function.py [0:0]
def connect_to_aws(region, service): client = boto3.client(service, region_name = region) return client