Skip to content

Commit 1235ecd

Browse files
committed
Add specific version number of Amazon.Lambda.Tools to use for C# file-based
1 parent da52a25 commit 1235ecd

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Blueprints/BlueprintDefinitions/vs2026/FileBasedFunction/template/BlueprintBaseName.1.cs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
// C# file-based Lambda functions can be deployed to Lambda using the .NET Tool Amazon.Lambda.Tools.
1+
// C# file-based Lambda functions can be deployed to Lambda using the
2+
// .NET Tool Amazon.Lambda.Tools version 6.0.0 or later.
23
//
34
// Command to install Amazon.Lambda.Tools
45
// dotnet tool install -g Amazon.Lambda.Tools

0 commit comments

Comments
 (0)