File tree Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -12,7 +12,9 @@ This repository will cover how to set up an automated AWS CodePipeline for both
1212The following forms the pre-requisite in the windows environment.
1313- Windows 10 with latest updates.
1414- Visual Studio 2019 with latest updates.
15- - AWS toolkit for Visual Studio
15+ - AWS toolkit for Visual Studio Version 1.17.0.0
16+ - .NET Core 3.1
17+ - .NET Core Global Tool Amazon.Lambda.Tools Version 4.0.0
1618
1719
1820## 2a. Create an AWS Lambda function in Visual Studio 2019
@@ -312,9 +314,9 @@ In this section, i'll cover how to setup an AWS CodePipeline for Lambda function
312314
313315Here is the typical development environment that you will need.
314316- Mac OS lates version or Linux (supported distros for .NET core 3.1) with latest updates.
315- - .NET Core 3.1 or higher.
316- - AWS CLI
317317- AWS Dotnet Lambda CLI
318+ - .NET Core 3.1
319+ - .NET Core Global Tool Amazon.Lambda.Tools Version 4.0.0
318320
319321## 3a. Create an AWS CodeCommit repository
320322
You can’t perform that action at this time.
0 commit comments