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: scenarios/basics/iot/SPECIFICATION.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,7 +6,7 @@ This example shows how to use AWS SDKs to perform device management use cases us
6
6
The AWS Iot API provides secure, bi-directional communication between Internet-connected devices (such as sensors, actuators, embedded devices, or smart appliances) and the Amazon Web Services cloud. This example shows some typical use cases such as creating things, creating certifications, applying the certifications to the IoT Thing and so on.
7
7
8
8
## Resources
9
-
This program should create and manage these AWS resources automatically using CloudFormation:
9
+
This program should create and manage these AWS resources automatically using CloudFormation and the provided stack .yaml file:
10
10
11
11
1.**roleARN** - The ARN of an IAM role that has permission to work with AWS IoT. This role is created through CloudFormation stack deployment with proper permissions to publish to SNS topics.
12
12
2.**snsAction** - An ARN of an SNS topic. This topic is created through CloudFormation stack deployment for use with IoT rules.
0 commit comments