Create Long running stateful orchestrations in C# using AWS Lambda NuGet Package

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.




Got any Create Long running stateful orchestrations in C# using AWS Lambda Question?





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)



Tags



STATS

must-have-score

.5

avg-downloads-per-day

0

days-since-last-release

1510