elruwen

Results 17 comments of elruwen

I came across the same problem, too. My solution was so far to disable user namespace remapping to specific trusted containers, but I am far from happy with it. If...

Hi! Other SDKs seem to swap between the behaviours depending on the environment variable AWS_SDK_LOAD_CONFIG=true. I wouldn't even mind if there is a java version of that environment variable so...

My setup: ~/.aws/config ``` [default] output = json [profile source1] output = json [profile source2] output = json [profile account1a] role_arn = arn:aws:iam::XXXXX:role/myrole source_profile = source1 [profile account1b] role_arn =...

Argh I realised I actually didn't past the error message :man_facepalming: Let me put the steps again: 1. On the above typescript code, run `terraform synth` 2. `cd cdktf.out/stacks/cdktf` 3....

That works. But I think it is a bit tedious to use. Especially when it comes to format strings. And the generated code looks good. Do you have currently cases...

I wanted to move this bug report to the new repo, but I can't raise issues there. Can anyone fix it?

For a green build https://github.com/fizzed/cloudhopper-smpp/pull/2 needs to be merged first.

I fixed the conflict long time ago, but I forgot to comment again. Fixed ;)

Hi @debora-ito, which class is producing those logs? I got a custom retry strategy and nothing is logged. In the BaseRetryStrategy I can see only debug logs. I don't want...

Sorry for the delay. I hope that is enough, otherwise I will make you a maven project. ```java import org.slf4j.Logger; import org.slf4j.LoggerFactory; import software.amazon.awssdk.retries.api.AcquireInitialTokenRequest; import software.amazon.awssdk.retries.api.AcquireInitialTokenResponse; import software.amazon.awssdk.retries.api.RecordSuccessRequest; import software.amazon.awssdk.retries.api.RecordSuccessResponse;...