AWS Lambda is a compute service that runs your code in response to events and automatically manages the compute resources for you, making it easy to build applications that respond quickly to new information.
Info
Version: | 4.0.0-preview.3 |
Author(s): | Amazon Web Services |
Last Update: | Tuesday, October 1, 2024 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/aws/aws-sdk-net/ |
NuGet Url: | https://www.nuget.org/packages/AWSSDK.Lambda |
Install
Install-Package AWSSDK.Lambda
dotnet add package AWSSDK.Lambda
paket add AWSSDK.Lambda
AWSSDK.Lambda Download (Unzip the "nupkg" after downloading)
Dependencies
- AWSSDK.Core(>= 3.5.2.6 && < 3.6.0)
Tags