You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: samples/README.md
+19-14Lines changed: 19 additions & 14 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,4 +1,9 @@
1
-
# Samples
1
+
# Sample apps for the AWS IoT Device SDK for Python v2
2
+
3
+
*[pubsub](#pubsub)
4
+
*[shadow](#shadow)
5
+
*[fleet provisioning](#fleet-provisioning)
6
+
*[basic discovery](#basic-discovery)
2
7
3
8
## pubsub
4
9
This sample uses the
@@ -306,7 +311,7 @@ get the sample up and running. These steps assume you have the AWS CLI installe
306
311
sufficient permission to perform all of the listed operations. These steps are based on provisioning setup steps
307
312
that can be found at [Embedded C SDK Setup](https://docs.aws.amazon.com/freertos/latest/lib-ref/c-sdk/provisioning/provisioning_tests.html#provisioning_system_tests_setup)
308
313
309
-
First, create the IAM role that will be needed by the fleet provisioning template. Replace `RoleName` with a name of the role you want to create.
314
+
First, create the IAM role that will be needed by the fleet provisioning template. Replace `RoleName` with a name of the role you want to create.
310
315
<pre>
311
316
aws iam create-role \
312
317
--role-name [RoleName] \
@@ -318,17 +323,17 @@ aws iam attach-role-policy \
0 commit comments