I am trying to push EMR log files stored in S3 bucket to AWS Cloudwatch for further analysis.
My intended approach is to use SNS and trigger a Lambda function to push any new log files in the bucket to Cloudwatch. Is this a doable appraoch?
And is there a boto3 service for pushing logs into Cloudwatch?
Thank you all for your help.