The current Reconcile() method is monolithic. We should refactor this method and distribute the tasks into smaller units. This would improve readability and allow us to write unit tests which we cannot yet without writing dummy AWS clients' implementations.
The current Reconcile() method is monolithic. We should refactor this method and distribute the tasks into smaller units. This would improve readability and allow us to write unit tests which we cannot yet without writing dummy AWS clients' implementations.