Using Amazon Lambda for compute service - Amazon SDK for .NET (V3)
Services or capabilities described in Amazon Web Services documentation might vary by Region. To see the differences applicable to the China Regions, see Getting Started with Amazon Web Services in China (PDF).

The Amazon SDK for .NET V3 has entered maintenance mode.

We recommend that you migrate to Amazon SDK for .NET V4. For additional details and information on how to migrate, please refer to our maintenance mode announcement.

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 and the Amazon Lambda Developer Guide, particularly the section for Working with C#.

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 and project. Also review the information in SDK features.

Additional information

See Integrating Amazon with .NET Aspire for information about developing with Amazon Lambda through .NET Aspire.

Topics