I have read this article https://aws.amazon.com/blogs/compute/simple-two-way-messaging-using-the-amazon-sqs-temporary-queue-client/ about using SQS as request response mode. It can be done via virtual queue.
But the SDK mentioned in this article is just for Java. There is no support for nodejs: https://github.com/aws/aws-sdk-js/issues/2981.
So is there any way I can use request-response mode in nodejs over SQS?
sqs nodejs
, the first hit brought up a guide. – Jarede