Chris Rybicki
Chris Rybicki
@mbonig Right now we're holding off on listing projen as another CDK framework because it's still in a very early, experimental state. But, I'll cue you in on a trick...
Thanks for reporting this. I think this might be a bug with jsii-rosetta, but I'm not 100% sure. I've made a separate report here as well https://github.com/aws/jsii-rosetta/issues/1242
I think it's still a good idea! I've definitely found this distinction helpful while browsing the AWS CDK API reference 👍
What would be the best solutions for this implementation-wise? Would it be to store a cached token directly on the class (with a private field, inside the provider-generated files)? Or...
It looks like the approach in this PR is missing one or two pieces -- it adds some code that calls "typeForFqn" to obtain the target-specific versions of classes. But...
Spec tests run: https://github.com/winglang/wing/actions/runs/10066164789
@mikaelvesavuori Thanks for the request! You might want to check out Wing's support for AWS CDK as a compilation target -- using this mode will produce a deployable CloudFormation template....
Just wanted to add some more context to @hasanaburayyan's comment. Even though the current compiler error message is offers a workaround for some Wing applications, it seems to be a...
This has since been fixed.
I'm able to repro this. Running `wing test "dir with spaces/main.w"` is fine but `wing test -t tf-aws "dir with spaces/main.w"` fails with the aforementioned error.