-
Notifications
You must be signed in to change notification settings - Fork 3.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Reorganize packages/ #4
Comments
We also need to take into account the fact that we are going to move all modules to the "@aws-cdk" scope. I wonder if this is orthogonal to the directory structure or lerna requires that scopes will be represented by the tree structure as well |
Don't really care for the name I don't think the source directory structure has to mirror the scopes--the |
Turns out we did most of this and it seems to be fine for now. Closing. |
# This is the 1st commit message: Add Identity Pool construct # This is the commit message #2: Bug fixes # This is the commit message #3: Bug fixes # This is the commit message #4: Formatting # This is the commit message #5: Add construct methods # This is the commit message #6: Remove flat # This is the commit message #7: Fix issues
The current flat structure of our monorepo makes it hard to work with it as it's hard to scope down lerna operations only to certain parts of it. Eventually, once we start publishing to NPM, we will want to manage various module (or module groups) in separate repos, but for now, let's try to organize it in a way that will make it more practical to use.
Here's an initial proposal:
The text was updated successfully, but these errors were encountered: