Skip to content
This repository was archived by the owner on Feb 1, 2024. It is now read-only.
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion workshop/content/3-serverlessbackend/4-lambda/_index.en.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ Configure your function to use the `WildRydesLambda` IAM role you created in the
2. Click **Create function**.
3. Keep the default **Author from scratch** card selected.
4. Enter `RequestUnicorn` in the **Name** field.
5. Select **Node.js 12.x** for the **Runtime**.
5. Select **Node.js 16.x** for the **Runtime**.
6. Expand *Change default execution role* under **Permissions**.
7. Ensure `Use an existing role` is selected from the **Role** dropdown.
8. Select `WildRydesLambda` from the **Existing Role** dropdown.
Expand Down