Looking at the SNS & SQS documentation, I couldn't find a specific article that mentioned this combination.
Physically I found it's possible to create a subscription of a FIFO queue to a Standard Topic. However, in the AWS console for SQS FIFO queue, under SNS subscriptions it's always empty.
It does seem as if you can publish a message and it will arrive at the lambda triggered via the FIFO queue, but is message ordering/grouping basically discarded? Like what is the point of using this combination? Ideally you want to use FIFO topic + FIFO Queue?