Skip to content

Commit

Permalink
Update packages/@aws-cdk/aws-iot-actions/README.md
Browse files Browse the repository at this point in the history
Co-authored-by: Adam Ruka <[email protected]>
  • Loading branch information
dyoshikawa and skinny85 authored Jan 4, 2022
1 parent 9a97aca commit a7e8542
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/@aws-cdk/aws-iot-actions/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -214,7 +214,7 @@ const topicRule = new iot.TopicRule(this, 'TopicRule', {
## Send messages to a SQS queue

The code snippet below creates an AWS IoT Rule that send messages
to a SQS queue when it is triggered.
to an SQS queue when it is triggered:

```ts
import * as iot from '@aws-cdk/aws-iot';
Expand Down

0 comments on commit a7e8542

Please sign in to comment.