Skip to main content

Event Plugins

Event plugins provide different backends for the event system.

Import PathDescription
@unchainedshop/plugins/events/node-event-emitterIn-memory events (default)
@unchainedshop/plugins/events/redisDistributed events with Redis
@unchainedshop/plugins/events/aws-eventbridgeAWS EventBridge integration

Choosing an Event Backend

  • Node Event Emitter: Best for single-instance deployments. Simple, no external dependencies.
  • Redis: Best for multi-instance deployments. Enables distributed event handling.
  • AWS EventBridge: Best for serverless architectures and AWS-centric deployments.