-
Notifications
You must be signed in to change notification settings - Fork 246
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
.Net CDK isues stemming from jsii? #594
Comments
You're correct, those appear to be JSII bugs that affect the CDK. This repository is best for issues that are known to be JSII bugs, but it's okay to have issues on the CDK side to represent the CDK side of things. |
Relates: #703 - this will fix the first issue |
Remaining original issues: |
Remaining issue: aws/aws-cdk#2375 aws/aws-cdk#2496 is getting fixed here: #736 |
One big showstopper now is the aws/aws-cdk#3244 bug, it affects almost every single CDK resource created and is impossible to work around, or do you have any recommendations for it? |
My work around for now was to downgrade to 0.28.0 -- which will affect certain constructs though such as VPC and tagging as those methods changed around 0.29.0 or 0.30.0. |
|
Thanks @assyadh , will be interesting to try it out! |
Latest version of the runtime is out with the fix. |
I have a couple of issues related to .Net usage of the CDK framework, that I think might be coming from underlying issues in the jsii
Should I report these issues here directly, or does the CDK team take them here?
The issues I'm currently suffering from:
aws/aws-cdk#2362
aws/aws-cdk#2375
aws/aws-cdk#2496
aws/aws-cdk#2613
https://github.com/awslabs/aws-cdk/issues/3280
The text was updated successfully, but these errors were encountered: