I am using AWS-Kinesis-Firehose to injest data to S3, and consume it afterwards with Athena.
I am trying to analyze events from different games, to avoid Athena explore much data I would like to partition the s3 data using an identifier for each game, so far I did not find a solution, as Firehose receives data from different games.
Does anyone knows how to do it?
Thank you, Javi.