Using Amazon Lambda for compute service
The Amazon SDK for .NET supports Amazon Lambda, which lets you run code without provisioning or managing servers.
For more information, see the Amazon Lambda product page
APIs
The Amazon SDK for .NET provides APIs for Amazon Lambda. The APIs enable you to work with Lambda features such as functions, triggers, and events. To view the full set of APIs, see Lambda in the Amazon SDK for .NET API Reference.
The Lambda APIs are provided by NuGet
packages
Prerequisites
Before you begin, be sure you have set up your environment. Also review the information in Setting up your project and SDK features.