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

Commit 7c01125

Browse files
authored
Merge pull request #233 from santiagocardenas/web-app-node-version
Web App: Update Node.js version from 8 to 10 for Lambda function.
2 parents 8bb9752 + cd32ea4 commit 7c01125

File tree

3 files changed

+1
-1
lines changed

3 files changed

+1
-1
lines changed

WebApplication/3_ServerlessBackend/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ Make sure to configure your function to use the `WildRydesLambda` IAM role you c
8787
1. Click **Create function**.
8888
1. Keep the default **Author from scratch** card selected.
8989
1. Enter `RequestUnicorn` in the **Name** field.
90-
1. Select **Node.js 8.10** for the **Runtime**.
90+
1. Select **Node.js 10.x** for the **Runtime**.
9191
2. Expand *Choose or create an execution role* under **Permissions**.
9292
1. Ensure `Choose an existing role` is selected from the **Role** dropdown.
9393
1. Select `WildRydesLambda` from the **Existing Role** dropdown.
188 KB
Loading
235 KB
Loading

0 commit comments

Comments
 (0)