Title
Refactor DG Code to Make It Compatible for ECS Deployment
Description
As a developer, I need to refactor the Data Governance (DG) code to reduce the size of the lib folder by removing unnecessary dependencies and optimizing the packaging. This will ensure that the application can be successfully deployed to ECS without memory-related issues and will improve deployment efficiency.
Acceptance Criteria
Library Optimization
Unused or unnecessary dependencies are identified and removed from the project.
The lib folder size is reduced.
Successful Build
The project builds successfully after refactoring without dependency conflicts.
ECS Compatibility
The refactored package can be deployed to ECS without memory-related errors.
No Functional Impact
Existing DG functionalities continue to work as expected after the refactor.
Deployment Validation
Deployment is tested in a lower environment (e.g., DEV/QA) and confirmed to work correctly on ECS.