moto/moto/iotdata
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 Run black on moto & test directories. 2019-10-31 10:36:05 -07:00
exceptions.py Run black on moto & test directories. 2019-10-31 10:36:05 -07:00
models.py Fix: iot:UpdateThingShadow does not properly maintain state document (#4045) 2021-06-30 08:15:45 +01:00
responses.py Fix: IoT does not work in server mode (#3644) 2021-02-01 13:15:57 +00:00
urls.py Fix: IoT does not work in server mode (#3644) 2021-02-01 13:15:57 +00:00