bartek@aws: ~/news
$ whoami
$ AWS Architect · DevOps · Cloud

tag: C#

show all
Thursday, July 23, 2026

AWS Lambda Durable Execution SDK for .NET Goes Live

AWS just dropped the general availability of Lambda Durable Execution SDK for .NET, and C# devs are gonna love this. Build resilient, long-running workflows—think payment pipelines and AI orchestration—without wrestling with custom progress tracking or external services. The SDK handles checkpointing automatically and can pause execution for up to a year while waiting for external events. It's got everything: progress tracking, callback integration for human-in-the-loop workflows, and a local testing emulator so you can debug before going prod. Grab it from NuGet and start building.