Jon Steinich
Jon Steinich
I just did a simple test in typescript and everything was working correctly. I wouldn't expect any issues in Java, but perhaps some more details on the code involved would...
This is definitely a bit strange. It appears as though it actually synthesized `name` to be `public_ip_address_id`. I know a recent JSII update made changes intended to make passing a...
We've previously ran into this with the AWS provider. There we explicitly carve up the code into submodules which I believe are more IDE friendly. Could most likely do the...
The current splitting approach is really only viable for a handful of providers (~10 I'd say) since it requires manual effort (maybe could be automated some). I checked a few...
@thomasschockaert and @fbrodrigorezino thanks for the information. It makes sense and is very helpful. After doing some more investigation, this seems to only be an issue with how jsii generates...
What do you envision using the sort key for? I've certainly thought about doing something like; however, querying against the sort key still requires knowing the partition key. We ended...
When using `Grain` or `IGrainState` should state be automatically preserved? It seems beneficial overall, but I imagine there could be a case where that would be undesirable. It would be...
This is currently blocked by https://github.com/aws/jsii/issues/2439
@aloom0626 thanks for pointing out that change. It should be a relatively simple change to enable it now.
`production-ready` seems like a strange flag name. `strict` does seem closer to me. What do you mean by `does not seem to be sound`? I would expect the init from...