From the course: Learning Amazon Web Services Lambda
Unlock the full course today
Join today to access over 24,400 courses taught by industry experts.
Monitor your function with CloudWatch metrics - Amazon Web Services (AWS) Tutorial
From the course: Learning Amazon Web Services Lambda
Monitor your function with CloudWatch metrics
- [Narrator] So now you tested the function with Postman and you got back the results that you expected. But sometimes, knowing that a function works is not as simple as just making an STP call. And you need to do a little bit more exploration to know if things are working. Monitoring and debugging are crucial part of working with any system. You can understand the state of your system by looking at your logs and your metrics, and in this way, you can detect possible bug, prevent disasters, and validate your assumptions. AWS offers a service called Amazon CloudWatch. CloudWatch is a monitoring and observability service built on the AWS platform. CloudWatch provides lots of data to monitor your applications. Also, it collects the monitoring data as logs, metrics, and events that you can use. When you work with AWS, many of AWS resources send some metrics automatically to CloudWatch, so you can monitor those services…
Contents
-
-
-
-
-
(Locked)
Create your first AWS Lambda3m 21s
-
(Locked)
AWS Lambda function triggers2m 44s
-
(Locked)
Introduction to API Gateway2m 38s
-
(Locked)
Add API Gateway as a trigger to Lambda4m 13s
-
(Locked)
Test your function with Postman2m 34s
-
(Locked)
Monitor your function with CloudWatch metrics3m 7s
-
(Locked)
Adding CloudWatch Logs3m 52s
-
(Locked)
Challenge39s
-
(Locked)
Solution2m 17s
-
(Locked)
-
-
-