Skip to content

Commit

Permalink
Merge pull request #23 from kakakakakku/lambda-nodejs
Browse files Browse the repository at this point in the history
Updated Node.js 6.10 to Node.js 8.10
  • Loading branch information
karthiksambandam-zz committed Sep 17, 2019
2 parents da9d8ac + b2c4762 commit a3fe70d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions 4_Lab4.md
Expand Up @@ -8,9 +8,9 @@
3. Expand Lambda, and select **λ+** [Create a lambda function]
4. Enter Function Name as **MyLambdaFunctionForAWSCodePipeline**
5. Click **Next**
6. Select runtime as **Node.js 6.10** and blue print as **empty-nodejs**
6. Select runtime as **Node.js 8.10** and blue print as **empty-nodejs**
7. Click **Next**
8. Select Function trigger as **None** and click **Next**
8. Select Function trigger as **none** and click **Next**
9. For Role, select **choose an existing role** and select **CodePipelineLambdaExecRole** which we created as part of the Lab 1 setup.
10. Click **Next** and preview the changes. Once done, click **Finish**.
![LambdaConfig](./img/Lab4-Lambda-Config.png)
Expand Down
Binary file modified img/Lab4-Lambda-Config.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit a3fe70d

Please sign in to comment.