From 4fa5e9e754b53f358d384fda358e346a21290671 Mon Sep 17 00:00:00 2001 From: Guillaume Delacour Date: Mon, 24 Oct 2022 16:31:58 +0200 Subject: [PATCH] Update WildRydesLambda runtime to Node.js 16 As Node.js 12.x will be deprecated soon: https://aws.amazon.com/blogs/developer/announcing-the-end-of-support-for-node-js-12-x-in-the-aws-sdk-for-javascript-v3/ --- workshop/content/3-serverlessbackend/4-lambda/_index.en.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/workshop/content/3-serverlessbackend/4-lambda/_index.en.md b/workshop/content/3-serverlessbackend/4-lambda/_index.en.md index 522d71a..c9565bd 100644 --- a/workshop/content/3-serverlessbackend/4-lambda/_index.en.md +++ b/workshop/content/3-serverlessbackend/4-lambda/_index.en.md @@ -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.