This article outlines the crucial AWS Lambda metrics you should definitely be monitoring from cost to performance and responsiveness, here’s what to focus on.

Your application does not need to be “huge” for it to have enough functions and abstraction to get lost in it. As a DevOps engineer, you can’t cover every single factor. Showing relevant facts and asking the right questions is crucial! So, when there’s a fire, you can troubleshoot in no time.

Every organization is unique, and every workload has its own utility. That said, we can still have a generalized approach, and we can start by listing a few desirable qualities that you may want from your AWS application:

  • Performance
  • Responsiveness
  • Cost-effectiveness

AWS Lambda Pricing

Lambda pricing is very straightforward, and the billable factors include:

  • Number of requests
  • Compute time
  • Amount of memory provisioned

Compute time and memory provision are coupled. We’ll mention this in more detail further below. Let’s start with the number of requests. The first one million requests are free every month. After that, you will be charged $0.20 per million requests for the remainder of that month. That’s stupid cheap.

#devops #aws #monitoring #aws lambda

What AWS Lambda Metrics Should You Definitely Be Monitoring?
1.05 GEEK