question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Support compatibility with AWS CDK v2 / upgrade to constructs v10

See original GitHub issue

More info

I was considering migrating to AWS CDK v2, however it looks like when attempting to install cdk8s in the same virtualenv that it can’t solve an appropriate version of cdk8s.

# requirements.txt

aws-cdk-lib>=2.0.0rc1
constructs>=10.0.0
cdk8s

Issue Analytics

  • State:closed
  • Created 2 years ago
  • Reactions:5
  • Comments:13 (8 by maintainers)

github_iconTop GitHub Comments

14reactions
Chriscbrcommented, Mar 28, 2022

cdk8s v2 has been published with support for constructs v10 - but I’m going to keep this issue open to track the remaining tasks:

  • Update / add cdk8s v2 starter code in all supported languages
  • Add support for cdk8s v2 in cdk8s-plus libraries
  • Update documentation on the website to explain the difference between cdk8s v1 and cdk8s v2
  • Update cdk8s-plus-XX libraries to support cdk8s v2.
4reactions
Chriscbrcommented, Mar 28, 2022

Hi @BwL1289, thanks for calling this out! Yep, we’re also planning to make cdk8s+ compatible with AWS CDK v2 as well. I’ve updated my earlier comment to add it to the list. Stay tuned 👍

Read more comments on GitHub >

github_iconTop Results From Across the Web

Migrating to AWS CDK v2 - AWS Documentation - Amazon.com
CDK v2 requires v2 or later of the CDK Toolkit. This version is backward-compatible with CDK v1 apps. Therefore, you can use a...
Read more >
Managing dependencies - AWS Documentation
Dependencies for your AWS CDK app or library are managed using package management tools. These tools are commonly used with the programming language...
Read more >
Constructs - AWS Cloud Development Kit (AWS CDK) v2
The AWS CDK includes a collection of constructs called the AWS Construct Library, containing constructs for every AWS service. Construct Hub is a...
Read more >
Managing dependencies - AWS Documentation
All AWS CDK dependencies must have the same version. Specify versions of libraries and tools needed to test your app (for example, the...
Read more >
Migrating to AWS CDK v2
CDK v2 requires v2 or later of the CDK Toolkit. This version is backward-compatible with CDK v1 apps, so you can use a...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found