So I noticed lately that enqueue is sending messages through sync aws client. Which takes a bit of time and waits for full response which shouldn't really be necessary in all cases. Is there any chance you can actually add option to use sendMessageAsync or use https://async-aws.com/compare.html ?
So I noticed lately that enqueue is sending messages through sync aws client. Which takes a bit of time and waits for full response which shouldn't really be necessary in all cases. Is there any chance you can actually add option to use sendMessageAsync or use https://async-aws.com/compare.html ?