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
the Queue model object uses SqsAsyncClient, this is not ideal since it tightly couples the library to the particular implementation of the SQS Client. we need to define a generic interface for QueueClient
The text was updated successfully, but these errors were encountered:
the
Queue
model object usesSqsAsyncClient
, this is not ideal since it tightly couples the library to the particular implementation of the SQS Client. we need to define a generic interface forQueueClient
The text was updated successfully, but these errors were encountered: