update to use managed runtime and also add class library example#2434
Merged
Conversation
GarrettBeatty
commented
Jun 22, 2026
| ### Your first durable function | ||
|
|
||
| > **Programming model:** the preview only supports the **executable programming model** — your function is an executable assembly that hosts its own bootstrap loop and passes the serializer to the runtime in code. Class-library handlers on the managed runtime will be supported once the changes made to Amazon.Lambda.RuntimeSupport to support durable functions has been deployed to the managed runtime. This README will be updated then. | ||
| > **Programming model:** durable functions support both the **executable programming model** (shown below) and the **class-library programming model** on the managed `dotnet10` runtime. See [the class-library variant](#class-library-programming-model) below. |
Contributor
Author
There was a problem hiding this comment.
runtime support changes for #2378 is deployed in all regions for people making new lambda functions
with using managed runtime - its deployed to some regions but not all.
i was thinking we can update docs to say its available and then in the github issue just mention its still rolling out to some regions. i dont want to wait to update the docs is why
philasmar
approved these changes
Jun 22, 2026
normj
approved these changes
Jun 23, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
update to use managed runtime for tests and examples. its not deployed to all regions yet but is deployed to at least us-east-1