# Functions
HandleEngineEvents handles state change events from the state change event channel by sending it to responsible event handler.
NewAttachmentEventHandler returns a new AttachmentEventHandler object.
NewTaskHandler returns a pointer to TaskHandler.
# Structs
AttachmentEventHandler is a handler that is responsible for submitting attachment state change events to backend.
TaskHandler encapsulates the the map of a task arn to task and container events associated with said task.