Created
July 9, 2022 07:31
-
-
Save saswata-dutta/7b2a538ec2343ca83d6a08fe56774d81 to your computer and use it in GitHub Desktop.
Find stats of cloudwatch lambda max mem used per day in logs insights
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
filter @type = "REPORT" | |
| fields @maxMemoryUsed/1000000 as MemUsedMb | |
| stats max(MemUsedMb) by bin(1d) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment