Skip to content

Commit

Permalink
docs(iot): add example import (aws#19478)
Browse files Browse the repository at this point in the history
----

### All Submissions:

* [ ] Have you followed the guidelines in our [Contributing guide?](../CONTRIBUTING.md)

### Adding new Unconventional Dependencies:

* [ ] This PR adds new unconventional dependencies following the process described [here](../CONTRIBUTING.md/#adding-new-unconventional-dependencies)

*By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license*
  • Loading branch information
overheat committed Mar 21, 2022
1 parent d42a8f2 commit e6b414f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/@aws-cdk/aws-iot/README.md
Expand Up @@ -36,6 +36,7 @@ Import it into your code:

```ts nofixture
import * as iot from '@aws-cdk/aws-iot';
import * as actions from '@aws-cdk/aws-iot-actions-alpha';
```

## `TopicRule`
Expand Down

0 comments on commit e6b414f

Please sign in to comment.