Dan Van Brunt
09/27/2021, 6:54 PMWebhook -> Lambda -> EventBridge -> Kinesis Stream -> Kinesis Firehose -> S3 Bucket
It’s tracking a stream of user activity across a site and saving it to S3.
It’s missing 1-2 pieces but I’m not 100% sure how to work with firehose data in S3.
Essentially, each user “might” have an associated “owner” (we need to call out to check) and IF they do… we want to send that owner a daily digest of that user’s activity on the platform for proactive customer support.
Which services would be good to tac on the remaining functionality of parsing s3 data to get that day’s digest and send it out to the owners?Dan Van Brunt
09/27/2021, 6:56 PMFirehose -> S3
but it appears things are getting stored with keys/directories that are year/month/day/hour format.Dan Van Brunt
09/27/2021, 6:57 PMthdxr
09/27/2021, 8:11 PMthdxr
09/27/2021, 8:11 PMFrank
Frank
thdxr
09/27/2021, 8:46 PMthdxr
09/27/2021, 8:46 PMthdxr
09/27/2021, 8:48 PMDan Van Brunt
09/28/2021, 3:10 PM