Currently, this microservice is a simple test harness for the Event Bus:
- An
AddPerformance
DTO is POSTed tokaraoke/rotations/performances
. - Lambda function
KAR_ROT_complete_performance.handler
puts aPerformanceCompleted
event to the Event Bus. - The Performance History microservice receives the event from the Event Bus for processing.