When the user deletes the account, it is only being deleted/marked as deleted on django backend. But on the DynamoDB the account still remains open, and hence the widget. So after user sends delete account request, we need to delete the same from the DynamoDB too.
When the user deletes the account, it is only being deleted/marked as deleted on django backend. But on the DynamoDB the account still remains open, and hence the widget. So after user sends delete account request, we need to delete the same from the DynamoDB too.