Explore Invocations and Logs
Epsagon provides access to every invocation and every log of Lambda functions. To explore your invocations and logs, get into the detailed function screen, and get to the bottom Invocation table:
#
Filtering invocationsUsing the filter icons on the column headers, you can narrow down results. Good filtering examples can be:
- Filtering exceptions or timeouts to explore problems.
- Filtering invocations with duration > 300 ms, to debug some slow calls.
- Filtering a specific Lambda request ID.
Once the desired invocation found you can see the invocation's log, or see a trace. To look at the logs, click the "CW Log" button on the left part of the row, and the logs will be revealed:
To explore the corresponding trace, click on the request ID link, which will reveal the trace.