I already have the CloudWatch data being published to my dashboard:
I am trying to get this custom metric cloudwatch data into a lambda function.
Is there a straightforward way to get this data into Lambda? I've looked at setting events on the Cloudwatch Services already and I'm not seeing any path forward with those (maybe I'm missing something). It looks like this could be accomplished with Boto3, but that seems like more of a workaround since the data is already in CloudWatch and I just need to get it to lambda somehow.
Thanks in advance!