HENNGE / aiodynamo

Asynchronous, fast, pythonic DynamoDB Client
https://aiodynamo.readthedocs.io/
Other
69 stars 20 forks source link

Add test for update with IN condition #141

Open ojii opened 1 year ago

ojii commented 1 year ago

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

ojii commented 1 year ago

It's a dynalite bug https://github.com/mhart/dynalite/pull/159

ojii commented 1 year ago

tested against real dynamodb and passes