Hi,
I am new to aws and Snowplow, I have set up a stream collector which pushes events to a Kinesis stream.
I have both a stream enricher and a s3 sink up and running and tested separately, however when I try to run them together to get events to both, then events are only read by one or the other, not both.
How do I go about getting the events to go to both enricher and sink from a single Kinesis stream?
For the sake of completeness here are the steps I took:
The app names were both the same, so I changed them both to unique names, then deleted the single DynamoDB table associated with the old name.
Then messages went to both the sink and the stream enricher.