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 Jan 14, 2025. It is now read-only.
Copy file name to clipboardExpand all lines: WebApplication/5_OAuth/README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -66,7 +66,7 @@ Make sure to configure your function to use the `WildRydesLambda` IAM role you c
66
66
67
67
1. Click **Create function**.
68
68
69
-
1. Select **Node.js 6.10** for the **Runtime**.
69
+
1. Select **Node.js 8.10** for the **Runtime**.
70
70
71
71
1. Copy and paste the code from [listUnicornRides.js](./listUnicornRides.js?raw=1) into the code entry area.
72
72
@@ -147,7 +147,7 @@ Open the API Gateway console and create a new authorizer in the **WildRydes** AP
147
147
148
148
1. Using the **Lambda Function** field, select your region and enter the **ListUnicornAuthorizer** Lambda function name.
149
149
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.
151
151
152
152
1. Select **Token** as the **Lambda Event Payload** and enter **Authorization** as the **Token Source**.
0 commit comments