Hi,
I’m wondering if it’s possible to have a Kinesis stream collector put good events into a Kinesis stream but bad events into SQS.
The reasoning behind this is that we only receive a couple of bad events per week, and running a Kinesis stream for this seems like overkill. It would also be cheaper just to have a queue in place of Kinesis.
I couldn’t find any way to make it work with the current setup tho – is there any workaround for this?