Info
Version: | 1.0.1 |
Author(s): | LambdaBiz |
Last Update: | Sunday, March 1, 2020 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/WorkMaze/LambdaBiz |
NuGet Url: | https://www.nuget.org/packages/LambdaBiz |
Install
Install-Package LambdaBiz
dotnet add package LambdaBiz
paket add LambdaBiz
LambdaBiz Download (Unzip the "nupkg" after downloading)
Dependencies
- 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)
Tags
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.