'Read event data from AWS Eventbridge Archive

I'm looking for options for our eventsourcing solution. I received recommendations to use Eventbridge Archive since we are already using AWS Eventbridge.

For what I found about the Archive feature, it can store all the events that we send to the eventbus and can replay them later based on a filter.

The problem is that I couldn't find a way to read data from this Archive without replaying the events.

Does anyone know if there is an API that allow me to do that?

Everything I can find on Google is about create, archive and replay, but nothing about reading data from events stored in the Archive.

I found this other question but it didn't have any answers.



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source