So far, we have learned about and understood the metrics of AWS Lambda in great detail. Now, we will move on to understanding the logs of the Lambda functions. As always, we will try to understand them via the following steps:
- Logs for AWS Lambda functions are stored in CloudWatch's Logs service. You can access the CloudWatch Logs service by going to the Logs dashboard by clicking on the main CloudWatch dashboard.
- When you click on the logs of the serverless-api, /aws/lambda/serverless-api, in the list, we go to the log stream of the serverless API, which looks like this:
- Each log stream here is a Lambda invocation. ...