Application to recover a realtime AWS Dynamodb table data without losing newly added data to resolve damages from spam attacks and accidental data deletions
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.