Click here to Skip to main content
15,893,790 members
Articles / Programming Languages / C#

Using LambdaBiz Framework to Orchestrate AWS Lambda

Rate me:
Please Sign up or sign in to vote.
0.00/5 (No votes)
1 Mar 2020CPOL3 min read 14.2K  
Create long-running, stateful, durable and serverless orchestrations in AWS using the LambdaBiz framework
The purpose of this project is to enable existing C# users of AWS to write long running orchestrations which are durable. After taking a quick look at the terminology, you will see a code snippet that demonstrates how to orchestrate AWS lambda tasks. You will also learn how to add timers to your orchestration, wait for external input, raise event in another orchestration, call external services, create an AWS background process to run external services, get Orchestration status from the persistent store, and create and use your own backend.

Views

Daily Counts

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)


Written By
Architect
Norway Norway
I have 14 years of IT experience on the .NET Stack. I am back-end\middleware expert focussing on databases, APIs and integration systems. I have been focussing a lot on AWS in the last 2 years.
https://github.com/WorkMaze

Comments and Discussions