Download Latest Version Release 2026-07-22 source code.zip (31.0 MB)
Email in envelope

Get an email when there's a new version of AWS Lambda for .NET

Home / release_2026-07-14
Name Modified Size InfoDownloads / Week
Parent folder
README.md 2026-07-14 746 Bytes
Release 2026-07-14 source code.tar.gz 2026-07-14 28.4 MB
Release 2026-07-14 source code.zip 2026-07-14 31.0 MB
Totals: 3 Items   59.4 MB 1

Release 2026-07-14

Amazon.Lambda.DurableExecution (0.3.2-preview)

  • Fix two durable Map/Parallel conformance issues found via cross-SDK testing. (1) Per-item map iteration child contexts now use the SubType "MapIteration" (was "MapItem"), matching the JS/Python/Java SDKs. (2) Persist each unit's result/error inline on the parent Parallel/Map SUCCEED payload for Nested nesting (previously only Flat), so a batch that completes and then suspends (e.g. a wait after the map) reconstructs its per-item results correctly on replay — the service collapses completed per-unit child contexts out of the resumed state, so the inline copy is the authoritative source. Large aggregate results still overflow to the ReplayChildren path. Preview.
Source: README.md, updated 2026-07-14