Adam Ruka
Adam Ruka
This has been fixed on the current `develop` branch, and will be included in the next `1.4` release (which will also cover #10, #11 and #12).
This has been fixed in the latest Jilt release (`1.4`). I'm closing this issue as "Resolved", please comment if you run into any more problems related to this area, and...
Hey @maxhayward, thanks for opening the issue. Unfortunately, I believe this behavior is due to how the SecretsManager service is designed, and there's not much that CDK can do to...
@MarcFletcher makes sense. I'm turning this one into a feature request then.
Hi @alexanderfanz, thanks a lot for opening the PR. Unfortunately, this repository only contains code automatically generated from TypeScript by the JSII tool (you can see it with the commit...
Hi @tschuehly, thanks for opening the issue! I'm glad you found the library useful 😊. As for Functional Builders, I think it's an interesting idea, and I would have no...
@tschuehly any updates on this? 🙂
Do you want me to investigate this area, and maybe propose some potential solutions?
So, I think a basic version of a functional builder is pretty straightforward. Using the example value class from the above article: ```java package org.jilt.test.data.functional; public final class SomeModel {...
OK, I figured out how to do optional properties 😀. The crucial insight is combining the two above approaches into one. For example, let's say that we want to make...