I don't see a configuration option to connect to an SQS queue in another account. The SDK appears to have the ability though: https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/SQS/Client.html#get_queue_url-instance_method
resp = client.get_queue_url({
queue_name: "String", # required
queue_owner_aws_account_id: "String",
})
Is there a way to do this or would this be a feature request?