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

Commit b30b1b4

Browse files
committed
updated API Gateway screenshots for Lab 1 for New APIG console. Updated Lab instructions
1 parent 4653ccb commit b30b1b4

File tree

6 files changed

+7
-7
lines changed

6 files changed

+7
-7
lines changed

Images/Typing-Step10.png

-92.1 KB
Binary file not shown.

Images/Typing-Step11.png

-129 KB
Binary file not shown.

Images/Typing-Step19.png

-105 KB
Binary file not shown.

Images/Typing-Step21.png

-131 KB
Binary file not shown.

Images/Typing-Step22.png

-41 KB
Binary file not shown.

README.md

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

7272
9\. Click the Method Response section of the Method Execution Flow
7373

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.
7575
![Method Response](/Images/Typing-Step10.png)
7676

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.
7878
![POST Method](/Images/Typing-Step11.png)
7979

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.
8181

8282
13\. Go to the /zombie/talkers/OPTIONS method
8383

8484
14\. Select the Method Response
8585

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.
8787

8888
16\. Go back to the OPTIONS method flow and select the Integration Response
8989

9090
17\. Select the Integration Response
9191

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".
9393

9494
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 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.
9898

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

102-
22\. Select Deploy API
102+
22\. Click the "Actions" box and select Deploy API
103103
![talker resource](/Images/Typing-Step22.png)
104104

105105
23\. Select the ZombieWorkshopStage deployment and hit the Deploy button. The typing indicator should now show when survivors are typing.

0 commit comments

Comments
 (0)