in standalone/test.py [0:0]
def test_get_daemonset():
session = get_aws_session()
sts_client = session.client('sts')
account_id = sts_client.get_caller_identity()["Account"]
result_dict = get_daemonset_term_handler(session,REGION,account_id,CLUSTER_NAME)
print(result_dict)