As we have learned and understood how the CloudWatch and the CloudTrail services work with respect to logging and monitoring, we shall move on to try and implement them for our Lambda function(s). In this section, you will learn about the types of metrics that Lambda possesses, which are monitored by CloudWatch, and how to create a dashboard with all those metrics.
Similar to previous sections in this chapter and book, we shall try and understand the concepts in the form of the following steps:
- When you navigate over to your AWS Lambda console, you will see the Lambda function which you have already created, in the list of available functions:
- When you click on the function, you will see two available options on the top: Configuration and Monitoring. Navigate to the Monitoring section. You will see a dashboard of metrics, which contains...