You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've been using the construct for a while now and it's great! However with CDK v2 coming out soon the current package won't install/work due to peer dependency issues and the new way the cdk has been structured.
I've taken the liberty of creating a version of your code that works with CDK v2. Link Here, I've also used the opportunity to base the project off projen the preferred way to make constructs now from what I can see.
Anyways I'd be keen to setup a PR into your project but it would be a breaking change to the version you already have. Might also be a good opportunity to see if we can get your code into the CDK as a first class construct.
Anyways let me know what you think, I'm also happy to keep it as a separate package if you don't have time to maintain.
The text was updated successfully, but these errors were encountered:
Hi @RafalWilinski,
I've been using the construct for a while now and it's great! However with CDK v2 coming out soon the current package won't install/work due to peer dependency issues and the new way the cdk has been structured.
I've taken the liberty of creating a version of your code that works with CDK v2. Link Here, I've also used the opportunity to base the project off projen the preferred way to make constructs now from what I can see.
Anyways I'd be keen to setup a PR into your project but it would be a breaking change to the version you already have. Might also be a good opportunity to see if we can get your code into the CDK as a first class construct.
Anyways let me know what you think, I'm also happy to keep it as a separate package if you don't have time to maintain.
The text was updated successfully, but these errors were encountered: