was going through this blog post regarding virtual/temporary sqs queues. It sounds pretty cool to use virtual queues for request/response pattern eliminating the need for creating infrastructure for HTTPS endpoints and there are various other advantages which are rightly pointed out in the blog post.
However, I wanted to know has anyone implemented this virtual sqs queue solution in their production environment, are there any trade-offs which we need to keep in mind? How do you compare it with API-Gateway->Lambda solution in-terms of scalability and latency?