Centralised Notification System — AWS

--

What we are covering
1. System to be scalable to support from multi million to billions of messages per day.
2. There shouldn’t be any data loss as notification could be transactional in nature.
3. System could support both real time and batch notifications where any system or application can produce a nightly batch file which need to be parsed and processed.

--

--