HENNGE / aiodynamo

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

Support `AttributeUpdates` #104

Closed dimaqq closed 2 years ago

dimaqq commented 2 years ago

Ref: https://github.com/scylladb/scylla/issues/9542#issuecomment-955651638

dimaqq commented 2 years ago

Docs https://docs.aws.amazon.com/amazondynamodb/latest/developerguide/LegacyConditionalParameters.AttributeUpdates.html

ojii commented 2 years ago

I decided not to support the "Legacy" parameters in aiodynamo and would prefer to keep it that way.

dimaqq commented 2 years ago

Ugh I guess I got confused by which was new and which was old.