rad
rad
Makes sense. Feel free to close this or put it on hold. Thanks.
Sure. To be clear, I kinda like not failing fast. It’s just the logs that are not super helpful and might cause confusion.
So there's a new [SDK](https://mvnrepository.com/artifact/software.amazon.awssdk/sesv2) for [SES API V2](https://docs.aws.amazon.com/ses/latest/APIReference-V2/Welcome.html) which provides more functionalities (including more policy statement conditions). [Here](https://docs.aws.amazon.com/sdk-for-java/latest/developer-guide/java_sesv2_code_examples.html)'s a some examples from AWS. Does that help?
Imagine if I want to use version 2 (because of some specific feature available only in version 2) of SES client, I cannot use AWSpring SES module since this module...
Hm good point. Since this is a major release, it wouldn't break existing code. The only thing I'm not sure is what you asked, is there anything we miss if...
As far as I can tell, they are not compatible, neither backward nor forward. Unless we hear something different from Mark, my guess is we have to support both. In...
There's too much [difference](https://stackoverflow.com/questions/66306124) between the two at least in SDKs that it won't be easy to tell without knowing more about every single feature. I don't think it's safe...
Fair enough. So does that mean only V2?
Yep. Our use case is to deploy Istio in a primary-remote setup (there’s an eastwest LB that seems to have to be public 😔) Interestingly in my case, the LB...
Random ideas: 1. Add `overrideConfigurationBuilder` method to `AwsClientCustomizer` interface. The question is what to do with `overrideConfiguration` method? 2. Accept a `Consumer` bean while building the configuration instance. I think...