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

Commit dad9477

Browse files
committed
Lab 1 steps 21-22 were cleaned up and more details were added
1 parent 461439c commit dad9477

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -91,18 +91,18 @@ The application uses [CORS](http://docs.aws.amazon.com/AmazonS3/latest/dev/cors.
9191

9292
18\. Add a new Integration response with a method response status of 200 (leaving the regex blank)
9393

94-
19\. Select the /zombie/talkers resource
94+
19\. Select the /zombie/talkers resource on the left navigation tree.
9595
![talker resource](/Images/Typing-Step19.png)
9696

97-
20\. Select "Enable CORS" in the top right
97+
20\. Select "Enable CORS" in the top right of the screen. If there is no "Enable CORS" button, click the "Actions" button then select "Enable CORS" in the dropdown.
9898

9999
21\. Select Enable and Yes to replace the existing values
100100
![talker resource](/Images/Typing-Step21.png)
101101

102102
22\. Select Deploy API
103103
![talker resource](/Images/Typing-Step22.png)
104104

105-
23\. Select the ZombieWorkshopStage deployment and hit the Deploy button. The typing indicator should now show when survivors are typing.
105+
23\. Select the ZombieWorkshopStage deployment and hit the Deploy button. The typing indicator should now show when survivors are typing. As you type, POST requests are being made to the Talkers DynamoDB table as is continuous polling (GET Requests) on that table to see who which survivors are typing.
106106
![talker resource](/Images/Typing-Done.png)
107107

108108
* * *

0 commit comments

Comments
 (0)