Docs Menu

Docs HomeAtlas App Services

Trigger Error Handler Logs

On this page

  • Overview
  • Log Format
  • Fields
  • Error Fields

Trigger error handler logs are created whenever Atlas executes a custom error handler via an AWS EventBridge Trigger that failed and could not be successfully retried.

Note

Only Supported for Database EventBridge Triggers

Currently, custom error handling is only supported for database-type EventBridge triggers.

Trigger error handler log entries have the following form:

Logs:
[
<log line>,
<log line>,
...
]
See Function. See Trigger. See Original Logs.
Compute Used: <number> bytes•ms
Field
Description
Compute Used
The computational load of the operation.
Logs
A list of console.log outputs. App Services saves the first 512 bytes of the first 25 console.log() calls.
See Function. See Trigger. See Original Logs.
Links to the custom error handler Function that was run by this event, the EventBridge Trigger whose failure launched this event, and the error logs created by the original Trigger failure event.

Log entries created by unsuccessful operations may feature additional fields for debugging purposes. These include the following:

Field
Description
Error
A brief description of an error.
← Trigger Logs