Skip to content
This repository was archived by the owner on Oct 9, 2020. It is now read-only.

Latest commit

 

History

History
8 lines (6 loc) · 342 Bytes

File metadata and controls

8 lines (6 loc) · 342 Bytes

sync-device-shadow

Example function to synchronise AWS IoT Device Shadow with DevicePilot

Usage

  1. Install dependencies: npm install
  2. Run with AWS_REGION=eu-west-1 AWS_ENDPOINT=endpoint.iot.eu-west-1.amazonaws.com DP_API_KEY=MyDevicePilotAPIKey node index.js

For further configuration options and documentation see config.js.