In an aws cli jmespath query, with for example the output ["a","a","b","a","b"], how do i extract the unique values of it to get ["a","b"]?
["a","a","b","a","b"]
["a","b"]
Unfortunately this is not currently possible in jmespath.