Sort lambdas by invocation count within period

I have 2 dozen lambdas. I noticed my bill was high this month and I see have 700k invocations. Is there an easy way to view all the stats for all my lambdas in one view, and ‘sort by invocations within period’ ? This kind of dashboard would be very valuable.

SO question: https://stackoverflow.com/questions/52633661/sort-aws-lambdas-by-invocations-within-period

We have setup Grafana(https://grafana.com), which gives us a good way to see this data. It isn’t perfect since it does parse the cloudwatch metrics and sometimes seems to fail, but that is maybe 2% of the time and a refresh will fix it.