Skip to content

Instantly share code, notes, and snippets.

@DavidWells
Created April 1, 2020 22:14
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save DavidWells/54bd43a18d6b6067c2a0e8f0e12f253e to your computer and use it in GitHub Desktop.
Save DavidWells/54bd43a18d6b6067c2a0e8f0e12f253e to your computer and use it in GitHub Desktop.
Cloudwatch insights queries

Cloudwatch insights queries

Find function timeouts

Get all the functions having pesky timeouts

fields @timestamp, @message
| filter @message like 'Task timed out after'
| sort @timestamp desc
| limit 20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment