Overview
A device shadow is AWS IoT Core's persistent record of a device's last known state. Shadows exist even when the device is offline: software clients write desired state to a shadow, and the device reads and acts on it the next time it connects. The device writes its reported state back to the shadow, and software clients read it to get the last known device state without requiring a live connection.
Firmware Guide
Prerequisites