aws-samples / aws-iam-identity-center-extensions

This solution is intended for enterprises that need a streamlined way of managing user access to their AWS accounts. Using this solution, your identity and access management teams can extend AWS SSO functionality by automating common access management and governance use cases
MIT License
65 stars 25 forks source link

Investigate git submodules / other design patterns that support modular feature design #78

Open leelalagudu opened 2 years ago

leelalagudu commented 2 years ago

This issue is to investigate the feasibility of git submodules/similar mechanisms to breakdown the current mono repo into a more manageable modular repo. At the moment, the solution supports the following features all under a single monorepo:

Without a well defined modular repo structure, the solution would soon transform into a monolith increasing the risk of regression and ops burden.

AC: