Jonathan Sloman

Results 3 comments of Jonathan Sloman

Hi @zoewangg - I've just hit the same issue. Trying to use 2.17.243-PREVIEW. I attempted to enable the CRT logs, but that also failed: `java.lang.NoClassDefFoundError: Could not initialize class software.amazon.awssdk.crt.Log`...

This issue is affecting us as well - is there a plan to release a new version with a fix? (seen this has just been marked as 'wontfix')

Having battled this issue for a while, this is what worked for me: ``` @Configuration public class AwsClientConfiguration { @Value("${proxy.host}") private String proxyHost; @Value("${proxy.port}") private int proxyPort; @Bean AwsClientCustomizer sqsAsyncClientBuilderAwsClientConfigurer()...