Using the AWS Lambda Templates in the AWS Toolkit for Visual Studio
The AWS Toolkit for Visual Studio includes AWS Lambda .NET Core project templates for Visual Studio. Use the templates to quickly develop and deploy .NET Core-based C# Lambda functions. .NET Core is cross-platform, supporting Windows, macOS, and Linux, and can be used to develop device, cloud, and embedded applications.
To install the Toolkit for Visual Studio you must have either Visual Studio 2017 or Visual Studio 2015 Update 3 and .NET Core for Windows installed.
For more information, see the following:
-
For Microsoft .NET Core, see .NET Core.
-
For .NET Core prerequisites and installation instructions for Windows, macOS, and Linux platforms, see .NET Core Downloads.
-
For information about AWS Lambda functions, see What Is AWS Lambda?
Prerequisites
To do the following tutorials, you must first:
-
Install Visual Studio 2015 Update 3 or Visual Studio 2017.
-
Install .NET Core for Windows (not necessary for Visual Studio 2017).
-
Install the AWS Toolkit for Visual Studio. and specify your credentials. See Setting Up the AWS Toolkit for Visual Studio.

