How can we capture all the runtimes above 700ms in AWS cloud watch? Triggering the AWS lambda function, using a python script.
Asked
Active
Viewed 34 times
0

Sai Srinivas Rachapalli
- 11
- 1
- 4
-
Please add more details about the process and share with us what have you tried so far in order to help you better. – Amit Baranes Sep 25 '19 at 08:27
-
AWS records all lambda execution times in CloudWatch by default (Duration metric under Lambda) Depending what are you trying to do, it is easy to create an alarm if the threshold is above, etc. – Andrysha Sep 25 '19 at 15:22