Posts tagged with Tutorials
June 3, 2025
Building stateful serverless applications with Knative and Restate
Combine Knative with Restate's Durable Execution model to easily build serverless stateful applications.
Francesco Guardiani, Giselle van Dongen
IntegrationsTutorials
October 8, 2024
Persistent serverless state machines with XState and Restate
Run state machines in the cloud, and suspend them when there's no work to do.
Jack Kleeman
IntegrationsTutorials
January 24, 2024
Graceful cancellations: How to keep your application and workflow state consistent 💪
With graceful cancellations, it is now possible to stop service invocations and workflows while keeping the overall application state consistent.
Till Rohrmann
TutorialsCore Concepts
November 27, 2023
We replaced 400 lines of StepFunctions ASL with 40 lines of TypeScript by making Lambdas suspendable
We show you a new way to build complex business processes on AWS Lambda, where you can do everything with sequential code and service-style RPCs, no workflow DSL or plumbing events.
Jack Kleeman, Pavel Tcholakov, Stephan Ewen
IntegrationsTutorialsCore Concepts