I’m looking at the AWS documentation and console, but I’m a little confused.
If you look at the AWS create-topic page, it says that SNS FIFO has a TPS limit of 300.
So, even if you fan-out the SQS FIFO through SNS FIFO, isn’t it possible to expand the maximum TPS?
I thought that the number of SQS FIFOs (TPS 300) should be 5, and if fan-out is configured with SNS FIFO, ideally it should be TPS 1500 (300 * 5).
Is this possible?