def get_client()

in AccountCreationLambda.py [0:0]


def get_client(service):
    """Gets boto3 client info."""
    client = boto3.client(service)
    return client