Skip to main content

Architecture

[API Docs] [SDK]

Automation Architecture Diagram

The above diagram represents the implementation of epilot Automation. In nutshell:

  • We store the Automation Flow Configurations in a DynamoDB Table
  • A Trigger Listener Function is configured to listen to Entity Events and match them to configured Automation Triggers
  • Matched Triggers create Executions in a DynamoDB Table
  • An Action Dispatcher listens to changes in the Execution Table to dispatch jobs on the Automation Event Bus
  • Jobs are picked up by Automation Workers, which are usually Lambda Step Functions configured to handle a specific type of Action