Is there a way to list all of the AWS SNS topics that a particular SQS queue is subscribed to, using the AWS CLI?
I already know how to see the list of subscribers on an SNS topic, but that only works if I know the name of the SNS topic. In this case, I only know the name of the SQS queue.
I wasn't able to find anything by searching the interwebs.