I have a serverless architecture with a few AWS lambdas up and running sending logs to Cloudwatch right now.
Question: Is there any option to avoid send logs to Cloudwatch and redirect them to another tool?
Example: Catch all logs from stdout, avoid send it to Cloudwatch (of course, I don't need to pay for Cloudwatch storage) and send all these logs to another external tool such as New Relic, Splunk, etc?
Thank you very much for your help!