Deploy Durable Workflows using Serverless Compute.
- Durable Execution - Get all the benefits of Temporal
- Serverless - Deploy faster without the need to maintain servers
- Cost - Pay-per-use model. Idle long-running functions incur no compute costs
Check it out here
Neat! I read some of the code at pydurable · PyPI (is it available in source form anywhere?). One thing I couldn’t find, what triggers the serverless code to run/scale when there is work to do?
Thanks!
I actually created a service that invokes the Lambda functions on the user’s behalf. Will work more on the documentation and the accessibility of the project.
Will love some feedback as well.
Dan