You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Can such use-case be done using aws-sdk-go or aws-sdk-go-v2? I went through the go docs for sqs service to see if they share same Java Client method names, but couldn't find them.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
There's this aws blogpost about creating temporary virtual queues client-side to enable synchronous communication using sqs: https://aws.amazon.com/blogs/compute/simple-two-way-messaging-using-the-amazon-sqs-temporary-queue-client/
The blog post describes the process to do this using java client: https://github.com/awslabs/amazon-sqs-java-temporary-queues-client
Can such use-case be done using aws-sdk-go or aws-sdk-go-v2? I went through the go docs for sqs service to see if they share same Java Client method names, but couldn't find them.
Beta Was this translation helpful? Give feedback.
All reactions