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
Copy file name to clipboardExpand all lines: doc_source/getting-started-create-function.md
+3-3
Original file line number
Diff line number
Diff line change
@@ -24,7 +24,7 @@ In this getting started exercise, you create a Node\.js Lambda function using th
24
24
25
25
1. For **Function name**, enter **my\-function**\.
26
26
27
-
1. For **Runtime**, confirm that **Node\.js 14\.x** is selected\. Note that Lambda provides runtimes for \.NET \(PowerShell,C\#\) Go, Java, Node\.js, Python, and Ruby\.
27
+
1. For **Runtime**, confirm that **Node\.js 14\.x** is selected\. Note that Lambda provides runtimes for \.NET \(PowerShell,C\#\) Go, Java, Node\.js, Python, and Ruby\.
28
28
29
29
1. Choose **Create function**\.
30
30
@@ -242,7 +242,7 @@ For example, use the IAM console to create a role with the following policy:
@@ -341,4 +341,4 @@ If you are done working with your function, delete it\. You can also delete the
341
341
342
342
1. In the **Delete role** dialog box, choose **Yes, delete**\.
343
343
344
-
You can automate the creation and cleanup of functions, log groups, and roles with AWS CloudFormation and the AWS CLI\. For fully functional sample applications, see [Lambda sample applications](lambda-samples.md)\.
344
+
You can automate the creation and cleanup of functions, log groups, and roles with AWS CloudFormation and the AWS CLI\. For fully functional sample applications, see [Lambda sample applications](lambda-samples.md)\.
0 commit comments