Skip to content

Commit ee18f9f

Browse files
Merge pull request #461 from louis70109/patch-1
Update README.md
2 parents ae758f8 + 01b4f38 commit ee18f9f

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

aws-node-iot-event/README.md

-4
Original file line numberDiff line numberDiff line change
@@ -52,8 +52,6 @@ functions:
5252

5353
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`.
5454

55-
![iot-console-test](https://cloud.githubusercontent.com/assets/223045/21593597/352be8d111e6-96994b9c495571.png)
56-
5755
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.
5856

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

66-
![iot-console-form](https://cloud.githubusercontent.com/assets/223045/21593596/352be71c-d111e6-979a-7aa70abd2bf2.png)
67-
6864
To verify that our event was forwarded to our log-function run
6965

7066
```bash

0 commit comments

Comments
 (0)