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
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -91,18 +91,18 @@ The application uses [CORS](http://docs.aws.amazon.com/AmazonS3/latest/dev/cors.
91
91
92
92
18\. Add a new Integration response with a method response status of 200 (leaving the regex blank)
93
93
94
-
19\. Select the /zombie/talkers resource
94
+
19\. Select the /zombie/talkers resource on the left navigation tree.
95
95

96
96
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.
98
98
99
99
21\. Select Enable and Yes to replace the existing values
100
100

101
101
102
102
22\. Select Deploy API
103
103

104
104
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.
0 commit comments