2 likes
·
1.4K reads
2 comments
·Dec 16, 2023
Dec 16, 2023
I´m having problems when ingesting the cloudwatch logs to a third party APM tool. The log group is created separetely for each API and normally you have to attach each log group on a trigger to ingest via lambda function. Do you have any solutions to group API logs in one log group?
·
·1 reply
Author
·Dec 16, 2023
I don't think this is possible. At least not at this time. Each API has its own log group by default, and you cannot change it.
The only thing you can do is attach the same Lambda to each individual log group.
·