Skip to content

Latest commit

 

History

History
9 lines (6 loc) · 462 Bytes

rotations.md

File metadata and controls

9 lines (6 loc) · 462 Bytes

Rotations Microservice

Currently, this microservice is a simple test harness for the Event Bus:

  • An AddPerformance DTO is POSTed to karaoke/rotations/performances.
  • Lambda function KAR_ROT_complete_performance.handler puts a PerformanceCompleted event to the Event Bus.
  • The Performance History microservice receives the event from the Event Bus for processing.