moto/moto/core
Brian Pandola 163ae322e8
Fix: iot:UpdateThingShadow does not properly maintain state document (#4045)
Device shadow updates affect only the fields specified in the request state document.
Any field with a value of null is removed from the device's shadow.[1]

Verified behavior against a real AWS backend.

[1]: https://docs.aws.amazon.com/iot/latest/developerguide/device-shadow-rest-api.html#API_UpdateThingShadow
2021-06-30 08:15:45 +01:00
..
__init__.py Decentralize cloudformation naming responsibilities (#3201) 2020-08-01 15:23:36 +01:00
exceptions.py Tech Debt - Remove duplicate AWSError classes 2020-11-05 11:20:18 +00:00
models.py Fixed validation on custom-resource in applicationautoscaling (#4026) 2021-06-23 16:57:09 +01:00
responses.py When matching URL patterns, the last elem should always at least one char (#4021) 2021-06-20 10:56:40 +01:00
urls.py Run black on moto & test directories. 2019-10-31 10:36:05 -07:00
utils.py Fix: iot:UpdateThingShadow does not properly maintain state document (#4045) 2021-06-30 08:15:45 +01:00