Preparing a Local Development Environment
Learn how to set up the AWS development environment locally.
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
An appropriate IDE or a code editor
Depending on the operating system, we can use one of the following:
Visual Studio (Windows only)
...