NodeJS AWS SDK - see live logs (like --follow from AWS CLI)

33 Views Asked by At

In AWS CLI there is an option to run

aws logs tail some-group --follow

To see live logs from some group.

I would like to achieve the same, ideally getting a Readable I could subscribe to using NodeJS AWS SDK. Is this possible?

0

There are 0 best solutions below