Elad Ben-Israel
Elad Ben-Israel
This is a very interesting idea. I am transferring this to the RFC repo. Please follow the [RFC Repo README](https://github.com/aws/aws-cdk-rfcs/README.md) in order to submit this as an RFC.
@nija-at following up on your PR and my comment that adding this to `construct-compat` won’t work. Can we add this as a feature of `Stack` (i.e in `StackProps`) ? Feels...
@nija-at before we dive into the implementation, can we start by enumerating a few use cases and thinking what is the mental model of the user of this feature. Who...
@katallaxie let me know what you think about this
I think it would be nice to add first-class support for this. Contributions are welcome
Copy @Chriscbr
I love it. Great idea. We will need to include `node` and `jest`
@moltar Interested in contributing?
> Does jsii support union-like classes explicitly? What type information is provided / how easy is it to retrieve the information for the different options? No explicit support for union-like...