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
I would not expect any issues by using a FIFO Queue except the differences AWS already documents. FIFO Queues cannot handle as much load as regular Queues as they need to guarantee execution order, but even then FIFO Queues are capable of handling enough load for most applications.
Using this package allows sqs as event triggers for lambda.
Im wondering if there are any side effects if we use it for FIFO queue?
ty
The text was updated successfully, but these errors were encountered: