aws-solutions / virtual-waiting-room-on-aws

Virtual Waiting Room on AWS solution helps absorb and control incoming user requests to your website during an unusually large burst of traffic, usually due to a large-scale event.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Send generated events to an EventBridge

thyagram-aws opened this issue · comments

I would like to have the ability to trace the events occurring in the virtual waiting room through the EventBridge so that I can subscribe to the events. All events that are generated should be delivered to an Event Bridge so that I can monitor the working of the virtual waiting room by subscribing to the required events.

We currently have events for generate_token and auto-increment of serving counter on queue position expiry.