

# Amazon Lambda
<a name="lambda-index"></a>

Develop and deploy your .NET Core-based C\# Lambda functions with the Amazon Toolkit for Visual Studio. Amazon Lambda is a compute service that lets you run code without provisioning or managing servers. The Toolkit for Visual Studio includes Amazon Lambda .NET Core project templates for Visual Studio. 

For more information about Amazon Lambda, see the [Amazon Lambda](https://docs.amazonaws.cn/lambda/latest/dg/welcome.html) Developer Guide.

For more information about .NET Core, see the Microsoft [.NET Core](https://docs.microsoft.com/en-us/dotnet/articles/core/) guide. For .NET Core prerequisites and installation instructions for Windows, macOS, and Linux platforms, see [.NET Core Downloads](https://www.microsoft.com/net/download/core).

The following topics describe how to work with Amazon Lambda using the Toolkit for Visual Studio.

**Topics**
+ [Basic Amazon Lambda Project](lambda-creating-project-in-visual-studio.md)
+ [Basic Amazon Lambda Project Creating Docker Image](lambda-creating-project-docker-image.md)
+ [Tutorial: Build and Test a Serverless Application with Amazon Lambda](lambda-build-test-severless-app.md)
+ [Tutorial: Creating an Amazon Rekognition Lambda Application](lambda-rekognition-example.md)
+ [Tutorial: Using Amazon Logging Frameworks with Amazon Lambda to Create Application Logs](cw-log-frameworks.md)