Thanks @tung… I think what I’m looking for is point #2.
We’ve run into a problem with our resource naming when we include :LOCATION since this string can be relatively long and some resource names have length restrictions.
My hope was that I could map each location to a shortened version. I’d prefer to not do this externally (ie: via env variables).
I would love to be able to help by submitting a PR, but I have no Ruby experience at all.