Preparing a Local Development Environment
Explore the steps to prepare your local development environment for building AWS Lambda applications with .NET. Understand how to install required .NET SDKs, IDEs such as Visual Studio or Visual Studio Code, and AWS Lambda project templates. Learn to use AWS Lambda Test Tool to run and debug functions locally before deployment.
Before we can start developing .NET AWS Lambda applications locally, there are a few basic prerequisites:
A machine running Windows, macOS, or Linux
The latest version of .NET SDK ...