Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

get most frequently called lambda functions in AWS

In AWS Lambda if I view a Lambda functions' Monitoring tab I can see an Invocations graph that shows me the number of calls to the Lambda function over time. Is there something in AWS that can tell me which Lambda functions are the most frequently called out of all my Lambda functions? I don't want to have to look at each Invocations graph individually to figure it out.

like image 604
tschumann Avatar asked Jun 19 '26 05:06

tschumann


1 Answers

You can use CloudWatch to see all your Lambda invocations. Just switch to Lambda view and check Invocations Sum view.

enter image description here

like image 157
Vikyol Avatar answered Jun 21 '26 18:06

Vikyol



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!