Skip to content
This repository was archived by the owner on Jan 14, 2025. It is now read-only.

Commit e4ef910

Browse files
committed
Fixed typos
1 parent b13b2b5 commit e4ef910

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

WebApplication/5_OAuth/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ Make sure to configure your function to use the `WildRydesLambda` IAM role you c
6666

6767
1. Click **Create function**.
6868

69-
1. Select **Node.js 6.10** for the **Runtime**.
69+
1. Select **Node.js 8.10** for the **Runtime**.
7070

7171
1. Copy and paste the code from [listUnicornRides.js](./listUnicornRides.js?raw=1) into the code entry area.
7272

@@ -147,7 +147,7 @@ Open the API Gateway console and create a new authorizer in the **WildRydes** AP
147147

148148
1. Using the **Lambda Function** field, select your region and enter the **ListUnicornAuthorizer** Lambda function name.
149149

150-
1. Leave the **Lambda Execution Role** field blank. Configured this way, the API Gateway console automatically sets the permissions on the Lambda function to allow the invocation. The console will ask you to confirm this action as you save the new authorizer settings.
150+
1. Leave the **Lambda Invoke Role** field blank. Configured this way, the API Gateway console automatically sets the permissions on the Lambda function to allow the invocation. The console will ask you to confirm this action as you save the new authorizer settings.
151151

152152
1. Select **Token** as the **Lambda Event Payload** and enter **Authorization** as the **Token Source**.
153153

0 commit comments

Comments
 (0)