If you want to build streaming applications to ingest events to storage like S3, you may consider event streaming platform like kafka, and streaming applications like spark streaming application to consume events from kafka topics, and transform and save them to S3. But with some reasons like management issues, if…