in standalone/test.py [0:0]
def test_get_pods():
session = get_aws_session()
sts_client = session.client('sts')
account_id = sts_client.get_caller_identity()["Account"]
res = check_pods(session,REGION,account_id,CLUSTER_NAME)
print("--pod listed---" + str(res))