Adam Ruka

Results 69 comments of Adam Ruka

Unfortunately, I'm not sure CDK can do much here - we don't really control wha the response from the services is.

The fact that you get that error message might also suggest that the response was an "Access Denied", which is not a JSON object. Can you try temporarly giving the...

Hmm, I'm kind of lost then. Maybe I would try to do a call using the JavaScript AWS SDK, and see what response it gives me there perhaps...?

Interesting! That's probably the source of the `Response is not valid JSON` error.

> (Sorry for the late reply 😓 ) It's all good brother ❤️. I needed a few months to address your comments, so I don't blame you at all for...

(BTW, I had to merge from `main`, as Mergify didn't want to add the PR to the merge queue, as it claimed there was a difference in a GitHub Actions...

Hi @thmasker, thanks a lot for opening the issue! To summarize, you'd want to do something like: ```java @Target(ElementType.TYPE) @Retention(RetentionPolicy.SOURCE) @Builder( setterPrefix = "with", style = BuilderStyle.STAGED, factoryMethod = "builder")...

Sweet. I think that's a very reasonable ask, and a lot of other annotation processor libraries work this way. I'll work on this feature this month. I'll update this issue...

Thanks for being open to that 🙂. Do you have any experience with implementing meta-annotations? I have to confess I don't, but I can do some research 🙂.

Thank you! I've commented on the PR, and edited its title and description to link it with this issue.