You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Oct 9, 2021. It is now read-only.
Copy file name to clipboardExpand all lines: README.md
+2-3Lines changed: 2 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -372,7 +372,7 @@ In this section, you'll consume motion sensor events from an IoT device and push
372
372
373
373
If you wish to utilize the Zombie Sensor as a part of the workshop, this guide will walk you through the following:
374
374
375
-
* Items required to create the physical Zombie sensor
375
+
* Items required to create the physical Zombie sensor (Ignore this step if a zombie sensor is provided as a part of an AWS workshop)
376
376
* How to create the AWS backend (Simple Notification Service Topic) for the Zombie Sensor
377
377
* How to install the Node.js device code provided in this workshop onto the device
378
378
@@ -461,8 +461,7 @@ Intel Edison -> SNS topic -> Your AWS Lambda functions subscribed to the topic.
461
461
462
462
####Consuming the SNS Topic Messages with AWS Lambda
463
463
464
-
Using the things learned in this workshop, can you develop a Lambda function that alerts survivors in the chat application of zombies?
465
-
In this section you will configure a Lambda function that triggers when messages are sent from the Edison device to the SNS topic. This will push the messages to the chat application to notify survivors!
464
+
Using the things learned in this workshop, can you develop a Lambda function that alerts survivors in the chat application when zombies are detected from the zombie sensor? In this section you will configure a Lambda function that triggers when messages are sent from the Edison device to the zombie sensor SNS topic. This function will push the messages to the chat application to notify survivors of zombies!
466
465
467
466
1\. Open up the Lambda console and create a new Lambda function.
0 commit comments