hamid646m
hamid646m
@killme2008 please review https://github.com/killme2008/xmemcached/pull/133/files
did you try something like ? ``` [default] region = eu-north-1 output = json [my_profile] role_arn = arn:aws:iam:::role/OrganizationAccountAccessRole source_profile = default ```
hmm, it would be useful to see how you are constructing Kinesis (or dynamodb) client
that example is for python, in case of java, i would expect something like: https://github.com/awsdocs/aws-doc-sdk-examples/blob/main/javav2/example_code/kinesis/src/main/java/com/example/kinesis/RegisterStreamConsumer.java#L47
i'm interested in how you create your kinesis client, so in the example i mentioned, it looks like ``` KinesisClient kinesisClient = KinesisClient.builder() .region(region) .credentialsProvider(ProfileCredentialsProvider.create()) .build(); ``` how does yours...
> why change to `api` that would be transitive dependency, and it would expose `jcasbin` to the ones that import this library. > > > > > > Prior to...
> This will have to wait until #7735 is merged. Also, @sebersole mentioned that he dislikes the annotation member name. Let's wait what he proposes as alternative. @beikov i believe...
any updates on this?