laravel-bridge
laravel-bridge copied to clipboard
Fifo Queue
trafficstars
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
An AWS forum or StackOverflow might be a better location for this question as this section is specifically for issues with this package/tool.
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.