File tree Expand file tree Collapse file tree 2 files changed +13
-9
lines changed Expand file tree Collapse file tree 2 files changed +13
-9
lines changed Original file line number Diff line number Diff line change 1
- # AWS IoT SDK for Javascript v2
1
+ # AWS IoT Device SDK for JavaScript v2
2
2
This document provides information about the AWS IoT device SDK for Javascript V2.
3
3
4
4
If you have any issues or feature requests, please file an issue or pull request.
@@ -27,7 +27,7 @@ to JS by the [awscrt](https://github.com/awslabs/aws-crt-nodejs) package.
27
27
* Node 10.x+
28
28
29
29
### Common Run Time
30
- The aws-crt package can be installed via npm
30
+ The aws-crt package can be installed via npm
31
31
```
32
32
npm install aws-crt
33
33
```
Original file line number Diff line number Diff line change 1
- # Samples
1
+ # Sample apps for the AWS IoT Device SDK for JavaScript v2
2
+
3
+ * [ pubsub] ( #nodepub_sub )
4
+ * [ fleet provisioning] ( #fleet-provisioning )
5
+ * [ basic discovery] ( #nodebasic_discovery )
2
6
3
7
## Note
4
8
@@ -80,11 +84,6 @@ and receive.
80
84
</pre >
81
85
</details >
82
86
83
- ## node/basic_discovery
84
-
85
- This sample intended for use directly with the
86
- [ Getting Started with AWS IoT Greengrass] ( https://docs.aws.amazon.com/greengrass/latest/developerguide/gg-gs.html ) guide.
87
-
88
87
## fleet provisioning
89
88
90
89
This sample uses the AWS IoT
@@ -155,4 +154,9 @@ and receive.
155
154
]
156
155
}
157
156
</pre >
158
- </details >
157
+ </details >
158
+
159
+ ## node/basic_discovery
160
+
161
+ This sample intended for use directly with the
162
+ [ Getting Started with AWS IoT Greengrass] ( https://docs.aws.amazon.com/greengrass/latest/developerguide/gg-gs.html ) guide.
You can’t perform that action at this time.
0 commit comments