Scenario:
An aws batch job that can run for up to 30 mins. It will continually create logs, that are send to a cloudwatch logstream thoughout the jobs lifetime.
From the front ends perspective, the user should see the logs as they are created in real time.
I’m thinking of using apigateway websocket, but not sure if there is a better way?