Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
19 changes: 19 additions & 0 deletions samples/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,25 @@
# Samples

## Note

If you are installing via npm instead of building from source, please make the following change to the package.json under each sample.

``` json
From:
"dependencies": {
"aws-iot-device-sdk-v2": "../../../",
"yargs": "^14.0.0"
}

To:
"dependencies": {
"aws-iot-device-sdk-v2": "<latest released version eg: ^1.3.0>",
"yargs": "^14.0.0"
}
```

## node/pub_sub

This sample uses the
[Message Broker](https://docs.aws.amazon.com/iot/latest/developerguide/iot-message-broker.html)
for AWS IoT to send and receive messages
Expand Down