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
+7-7Lines changed: 7 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -71,35 +71,35 @@ The application uses [CORS](http://docs.aws.amazon.com/AmazonS3/latest/dev/cors.
71
71
72
72
9\. Click the Method Response section of the Method Execution Flow
73
73
74
-
10\. Add a 200 HTTP Status response
74
+
10\. Add a 200 HTTP Status response. Click "Add Response", type "200" in the status code text box and then click the little checkmark to save the method response, as shown below.
75
75

76
76
77
-
11\. Go to the /zombie/talkers/POST method
77
+
11\. Go to the /zombie/talkers/POST method by clicking the "POST" option in the resource tree on the right navigation pane.
78
78

79
79
80
-
12\. Perform Steps 4-10, but instead select the **_[CloudformationTemplateName]_**-WriteTalkersToDynamoDB-**_[XXXXXXXXXX]_** Lambda Function
80
+
12\. Perform Steps 4-10 again as you did for the GET method , but instead, select the **_[CloudformationTemplateName]_**-WriteTalkersToDynamoDB-**_[XXXXXXXXXX]_** Lambda Function for the Integration Request Lambda function.
81
81
82
82
13\. Go to the /zombie/talkers/OPTIONS method
83
83
84
84
14\. Select the Method Response
85
85
86
-
15\. Add a 200 method response
86
+
15\. Add a 200 method response. Click "Add Response", type "200" in the status code text box and then click the little checkmark to save the method response.
87
87
88
88
16\. Go back to the OPTIONS method flow and select the Integration Response
89
89
90
90
17\. Select the Integration Response
91
91
92
-
18\. Add a new Integration response with a method response status of 200(leaving the regex blank)
92
+
18\. Add a new Integration response with a method response status of 200. Click the "Method response status" dropdown and select "200". (leaving the regex box blank). Click "Save".
93
93
94
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 of the screen. If there is no "Enable CORS" button, click the "Actions" button then select "Enable CORS" in the dropdown.
97
+
20\.Click the "Actions" box and 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
-
22\.Select Deploy API
102
+
22\.Click the "Actions" box and select Deploy API
103
103

104
104
105
105
23\. Select the ZombieWorkshopStage deployment and hit the Deploy button. The typing indicator should now show when survivors are typing.
0 commit comments