

Version 4 (V4) of the AWS SDK for .NET has been released\$1

For information about breaking changes and migrating your applications, see the [migration topic](https://docs.aws.amazon.com/sdk-for-net/v4/developer-guide/net-dg-v4.html).

 [https://docs.aws.amazon.com/sdk-for-net/v4/developer-guide/net-dg-v4.html](https://docs.aws.amazon.com/sdk-for-net/v4/developer-guide/net-dg-v4.html)

# Using AWS Lambda for compute service
<a name="aws-lambda"></a>

The AWS SDK for .NET supports AWS Lambda, which lets you run code without provisioning or managing servers. For more information, see the [AWS Lambda product page](https://aws.amazon.com/lambda/) and the [AWS Lambda Developer Guide](https://docs.aws.amazon.com/lambda/latest/dg/), particularly the section for [Working with C\$1](https://docs.aws.amazon.com/lambda/latest/dg/lambda-csharp.html).

## APIs
<a name="w2aac19c17b5"></a>

The AWS SDK for .NET provides APIs for AWS Lambda. The APIs enable you to work with Lambda features such as [functions](https://docs.aws.amazon.com/lambda/latest/dg/gettingstarted-concepts.html#gettingstarted-concepts-function), [triggers](https://docs.aws.amazon.com/lambda/latest/dg/gettingstarted-concepts.html#gettingstarted-concepts-trigger), and [events](https://docs.aws.amazon.com/lambda/latest/dg/gettingstarted-concepts.html#gettingstarted-concepts-event). To view the full set of APIs, see [Lambda](https://docs.aws.amazon.com/sdkfornet/v4/apidocs/items/Lambda/NLambda.html) in the [AWS SDK for .NET API Reference](https://docs.aws.amazon.com/sdkfornet/v4/apidocs/).

The Lambda APIs are provided by [NuGet packages](https://www.nuget.org/packages?page=2&q=aws%20lambda&sortBy=relevance).

## Prerequisites
<a name="w2aac19c17b7"></a>

Before you begin, be sure you have [set up your environment](net-dg-config.md) and [configured your project](configuring-the-sdk.md). Also review the information in [Using the SDK](net-dg-sdk-features.md).

## Additional information
<a name="w2aac19c17b9"></a>

See [Integrating AWS with .NET Aspire](aspire-integrations.md) for information about developing with AWS Lambda through .NET Aspire.

## Topics
<a name="w2aac19c17c11"></a>

**Topics**
+ [APIs](#w2aac19c17b5)
+ [Prerequisites](#w2aac19c17b7)
+ [Additional information](#w2aac19c17b9)
+ [Topics](#w2aac19c17c11)
+ [Lambda Annotations](aws-lambda-annotations.md)