Serverless Log Groups

I currently have a Serverless project with about 25 unique functions. By default, Serverless creates a log group for each function individually. Since AWS doesn’t allow you to filter multiple log streams at once (at least to my knowledge), it gets fairly obnoxious to track errors / exceptions.

Is it possible to have multiple functions in lambda use the same log group on AWS via config?

1 Like

Hi,

is there any feedback on this ? I would also like to see if it is possible to define in serverless into which log group your lambda function should store the logs.

I’d also love to understand how this is achieved!