moto/moto/dynamodb2
Brian Pandola 640df04840
Implement Add to List for dynamodb:UpdateItem (#3585)
This handles the add-to-list case using the legacy `AttributeUpdates` parameter.

* Added test coverage.
* Verified against real AWS backend.

Closes #3561
2021-01-10 14:20:41 +00:00
..
models Implement Add to List for dynamodb:UpdateItem (#3585) 2021-01-10 14:20:41 +00:00
parsing Add support for empty strings in non-key dynamo attributes (#3467) 2020-11-17 09:12:39 +00:00
__init__.py Allow reuse of components packed in models.py 2020-04-12 20:05:35 +01:00
comparisons.py Fix some 'DeprecationWarning: invalid escape sequence' warnings and use str.format for string interpolation. 2020-03-12 13:50:59 -07:00
exceptions.py Add support for empty strings in non-key dynamo attributes (#3467) 2020-11-17 09:12:39 +00:00
responses.py Add support for empty strings in non-key dynamo attributes (#3467) 2020-11-17 09:12:39 +00:00
urls.py Run black on moto & test directories. 2019-10-31 10:36:05 -07:00