Skip to content

Update README.md #461

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Feb 3, 2020
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 0 additions & 4 deletions aws-node-iot-event/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,8 +52,6 @@ functions:

In `serverless.yml` the log-function is configured to receive any event from the IoT Topic `mybutton`. We now can go to the IoT Console and visit the Tab `Test`.

![iot-console-test](https://cloud.githubusercontent.com/assets/223045/21593597/352be8d111e6-96994b9c495571.png)

There fill `mybutton` into the topic input field in the publish section. Replace existing example data with the following example and press the publish button.

```json
Expand All @@ -63,8 +61,6 @@ There fill `mybutton` into the topic input field in the publish section. Replace
}
```

![iot-console-form](https://cloud.githubusercontent.com/assets/223045/21593596/352be71c-d111e6-979a-7aa70abd2bf2.png)

To verify that our event was forwarded to our log-function run

```bash
Expand Down