Skip to content
This repository was archived by the owner on Oct 9, 2021. It is now read-only.

Commit 962c2d7

Browse files
committed
edits to zombie sensor instructions
1 parent 24c8c6a commit 962c2d7

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

README.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -372,7 +372,7 @@ In this section, you'll consume motion sensor events from an IoT device and push
372372

373373
If you wish to utilize the Zombie Sensor as a part of the workshop, this guide will walk you through the following:
374374

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)
376376
* How to create the AWS backend (Simple Notification Service Topic) for the Zombie Sensor
377377
* How to install the Node.js device code provided in this workshop onto the device
378378

@@ -461,8 +461,7 @@ Intel Edison -> SNS topic -> Your AWS Lambda functions subscribed to the topic.
461461

462462
####Consuming the SNS Topic Messages with AWS Lambda
463463

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!
466465

467466
1\. Open up the Lambda console and create a new Lambda function.
468467

0 commit comments

Comments
 (0)