Skip to content

Commit fc1ecbe

Browse files
committed
Update SPECIFICATION.md
1 parent 10c6d74 commit fc1ecbe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scenarios/basics/iot/SPECIFICATION.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ This example shows how to use AWS SDKs to perform device management use cases us
66
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.
77

88
## 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:
1010

1111
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.
1212
2. **snsAction** - An ARN of an SNS topic. This topic is created through CloudFormation stack deployment for use with IoT rules.

0 commit comments

Comments
 (0)