We were unable to load Disqus. If you are a moderator please see our troubleshooting guide.

david tente • 4 years ago

Hello,

Thanks for your article.
I still have a question when you say

I would recommend having a package.json file as part of your CDK project


Where can we find the compatible CLI versions for our cdk libs ?

Adam Ruka • 4 years ago

Hey David,

the answer is very simple: use the aws-cdk package in the same version that your CDK libs use! So, if you're using CDK libs in version 1.135.0, also use the aws-cdk package in version 1.1135.0.

Hope this clears this up!

Thanks,
Adam