AWS IoT Device Shadow  v1.1.0
AWS IoT Device Shadow client library
Porting Guide

Guide for porting Shadow to a new platform.

Configuration Macros

Settings that can be set as macros in the config header shadow_config.h, or passed in as compiler options.

The following optional logging macros are used throughout the library:

See also
Configurations for more information.
Note
Regardless of whether the following macros are defined in shadow_config.h or passed as compiler options, the shadow_config.h file must be included to build the Shadow library. To disable this requirement and build the library with default configuration values, provide SHADOW_DO_NOT_USE_CUSTOM_CONFIG as a compile time preprocessor macro.