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?
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?
Copyright © 2021 Jogjafile Inc.