Tailing all log groups to examine a workflow

We have a workflow that touches about 4 functions in a service.

I’m aware of sls logs -t -f and the aws cli aws logs tail --follow /aws/lambda/$service-$stage-$func but that’s an utter pain to get working in 4 windows for 4 functions. Is there a way to see all the logs for a service?

How do people cope? :laughing: