def show_summary()

in Onboarding/AWS/Utils.py [0:0]


def show_summary(failed_clusters_map: Dict[str, List[str]], successful_clusters_map: Dict[str, List[str]], is_all_clusters: bool, output_file: str) -> None:
    print_summary(failed_clusters_map, successful_clusters_map, is_all_clusters)
    write_summary_to_file(failed_clusters_map, successful_clusters_map, is_all_clusters, output_file)