LambdaBiz 1.0.1
AWS lambda enables users to write serverless functions. However, a lambda function can have a maximum execution time of 15 minutes after which it times out. Hence, it is not possible to write long running processes in AWS lambda. AWS has introduced step functions to overcome this shortcomming. However, there is a steep learning curve to learn the state machine language and the service itself comes at a premium cost.
The purpose of this project is to enable existing C# users of AWS to write long running orchestrations which are durable.
Install-Package LambdaBiz -Version 1.0.1
dotnet add package LambdaBiz --version 1.0.1
<PackageReference Include="LambdaBiz" Version="1.0.1" />
paket add LambdaBiz --version 1.0.1
#r "nuget: LambdaBiz, 1.0.1"
Release Notes
Added passing credentials using AWS instance profile service
Dependencies
-
.NETStandard 2.0
- AWSSDK.Core (>= 3.3.104.21)
- AWSSDK.DynamoDBv2 (>= 3.3.104.23)
- AWSSDK.Lambda (>= 3.3.107.3)
- AWSSDK.SimpleWorkflow (>= 3.3.101.85)
- Newtonsoft.Json (>= 12.0.3)
Used By
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.