Skip to content
This repository was archived by the owner on Jun 15, 2023. It is now read-only.

Commit 8c92f27

Browse files
authored
Merge pull request #58 from mistwire/patch-1
Node 10.x option no longer available
2 parents 4df0bea + b338df8 commit 8c92f27

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc_source/actions-invoke-lambda-function.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ These are the minimum permissions required for a Lambda function to interoperate
116116
**Note**
117117
If you see a **Welcome** page instead of the **Lambda** page, choose **Get Started Now**\.
118118

119-
1. On the **Create function** page, choose **Author from scratch**\. In **Function name**, enter a name for your Lambda function \(for example, **MyLambdaFunctionForAWSCodePipeline**\)\. In **Runtime**, choose **Node\.js 10\.x**\.
119+
1. On the **Create function** page, choose **Author from scratch**\. In **Function name**, enter a name for your Lambda function \(for example, **MyLambdaFunctionForAWSCodePipeline**\)\. In **Runtime**, choose **Node\.js 14\.x**\.
120120

121121

122122

@@ -834,4 +834,4 @@ The sample Lambda function expects these file names and compressed structure\. H
834834
**Note**
835835
Even though you have specified the input artifact in **UserParameters**, you must also specify this input artifact for the action in **Input artifacts**\.
836836

837-
1. Save your changes to the pipeline, and then manually release a change to test the action and Lambda function\.
837+
1. Save your changes to the pipeline, and then manually release a change to test the action and Lambda function\.

0 commit comments

Comments
 (0)