I have 50K of AWS Lambda instance running at the same time, and all of them send a message to a SQS FIFO queue.
I wondering what's the max number of message I can send to SQS FIFO queue per second?
I can't find such information on the AWS documentation.