-
Notifications
You must be signed in to change notification settings - Fork 4.5k
Closed
Labels
bugThis issue is a bug.This issue is a bug.
Description
The introduction of the dependency aws-cdk-toolkit depends-on aws-cdk-docs created a cycle through aws-cdk-all, due to the presence of integration tests in most L2 construct libraries (they use aws-cdk-toolkit).
We need to break the cycle:
- Short term: take an un-modeled dependency on
aws-cdk-docsand gracefully handle inability to load it (rendering an error message inviting the user to install the missing dependency). - Long term: Break
aws-cdk-toolkitinto several sub-packages that would allow integration tests to depend only on the subset of features they use.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugThis issue is a bug.This issue is a bug.