aws-cdk and cdk-nag peer dependecy. #581
Answered
by
agdimech
floydspace
asked this question in
Q&A
-
I'm wondering if @aws/pdk/monorepo can be not dependent on aws-cdk and cdk-nag? I'm currently using it for open-source monorepo libs project and it's kind of weird that I have cdk in dependencies. |
Beta Was this translation helpful? Give feedback.
Answered by
agdimech
Sep 26, 2023
Replies: 1 comment 1 reply
-
Unfortunately not as we are bundling all code within the PDK into a single distributable. We used to publish the individual packages however our users constantly ran into version mismatch errors when one pdk package didn’t match another and that is why we changed to a single distributable. Is this causing any issues for you by having it included? |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
floydspace
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Unfortunately not as we are bundling all code within the PDK into a single distributable. We used to publish the individual packages however our users constantly ran into version mismatch errors when one pdk package didn’t match another and that is why we changed to a single distributable.
Is this causing any issues for you by having it included?