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
This would differ from the low-level QueueFetcher class in that it would deal with the details of setting up queue connections for higher-level code. We can also add features to QueueFetcher to just depend directly on these classes for custom code.
The text was updated successfully, but these errors were encountered:
It would be nice to be able to represent SQS Queues as code and operate on the class.
An API that looks like:
This would differ from the low-level
QueueFetcher
class in that it would deal with the details of setting up queue connections for higher-level code. We can also add features toQueueFetcher
to just depend directly on these classes for custom code.The text was updated successfully, but these errors were encountered: