def check_eksctl()

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


def check_eksctl() -> bool:
    return which("eksctl") is not None