Skip to content

Latest commit

 

History

History
4 lines (3 loc) · 440 Bytes

README.md

File metadata and controls

4 lines (3 loc) · 440 Bytes

Realtime-DB-Recovery-System

Application to recover a dynamic dynamodb table without losing newly added data in realtime. This application allows a user to pick two points in time from which they can undo the records added/deleted in order to recover a table from a ddos spam attack or an accidental deletion of data.

Next steps are to integrate anomaly detection functionality to intelligently figure out if a spam attack has occurred.