According to https://docs.aws.amazon.com/lambda/latest/dg/with-sqs.html#services-sqs-batchfailurereporting they recommend to not process more records if you fail to process a record because it will preserve the order of the messages in an FIFO queue.
But does that mean I should add all subsequent MessageIds (the ones Im skipping) to the BatchItemFailures-collection?