Jonas Obrist

Results 85 comments of Jonas Obrist

> `aiodynamo` doesn't support AWS Web Identity Token File authentication. sorry to be nit-picky, but `aiodynamo` technically supports any kind of authentication you want, because it allows you to provide...

enjoy https://github.com/HENNGE/aiodynamo/tree/master/benchmarks/query

scylla returns the wrong (or at least a different) mimetype in JSON responses, and the aiohttp adaptor fails due to that. Either use the httpx adaptor or change the aiohttp...

> When you say that do you mean something like https://github.com/HENNGE/aiodynamo/blob/master/src/aiodynamo/http/aiohttp.py#L57, or something else? I'm trying to understand how easy is that to tweak, and whether it's worth it for...

I run it with `docker run --name scylla -p 8087:8000 scylladb/scylla-nightly:latest --alternator-port=8000 --alternator-write-isolation=always` (I use port 8087 for my test db) and then just ran the test suite against it...

is there any implementation other than amazon dynamodb that can be used to test a client?

Since there's no reasonable way to automatically test this (we'd have to connect our CI to a real AWS account) and since I cannot find any description of the DAX...

It will raise a server-side ValidationException, like `aiodynamo.errors.ValidationException: {'__type': 'com.amazon.coral.validate#ValidationException', 'message': 'Invalid UpdateExpression: Two document paths overlap with each other; must remove or rewrite one of these paths; path one:...

I've run into the same/a similar issue with unexpected marker order. I would expect the order to either be "most test case specific -> least test case specific" or the...

Two things: You can tell `FileCredentials` where to look for the credentials file by passing it a path as its first argument. credential process is unrelated to `FileCredential`. I would...