how is the best solution to create a alert with athena data?
the loadbalance logs is saved in S3 and acessed with Athena. I want alert me based on a athena query. I thinking about populate Cloudwatch metrics with athena result, and create a alert in cloudwatch. Can I create a metric direct with athena result?
I can resolve with lambda, but I'm search a better solution.