aiodynamo icon indicating copy to clipboard operation
aiodynamo copied to clipboard

Asynchronous, fast, pythonic DynamoDB Client

Results 33 aiodynamo issues
Sort by recently updated
recently updated
newest added

I tried really hard to recommend this library in a Japanese-speaking company, and it remains to be seen if my recommendation is ultimately picked up... The main issue seems to...

I'd like to make the logging for aiodynamo louder at times for debugging or to generally see in application logs when a throttle or a timeout or something happened. For...

Running this code hangs for me at `await table.exists()`, how can i debug this issue ? I can't see any logs ```python from aiohttp import ClientSession from aiodynamo.client import Client...

The latest version of aiodynamo (as of cutoff 2021-09) supports typing-extensions version 3.10.0.2. However, there is an issue where the self type is not recognized. To address this, it would...

These points are not in the documentations, so it might be confusing to those with minimum knowledge of Dynamo - Operations that can be done with client.Table (create, get_item, put_item,...

help wanted

I can't figure out what the difference between `Condition` and `KeyCondition` is 😢

help wanted

aiodynamo used to be empty-string-safe when DynamoDB didn't support empty string values. This mercifully got fixed in DynamoDB, but DynamoDB still doesn't accept empty sets (`NS`, `SS`, `BS`). There's an...

links: https://goodfirstissue.dev/language/python https://github.com/deepsourcelabs/good-first-issue#adding-a-new-project I think this project may qualify, and would get some exposure and helping hands

`aiodynamo` ~~doesn't support AWS Web Identity Token File authentication~~ doesn't support AWS Web Identity Token File authentication **out of the box.** It looks like a typical case. For my team,...

I think I found a bug in dynalite, so for now I just have a test until I have more information.