Skip to content

update to use managed runtime and also add class library example#2434

Merged
GarrettBeatty merged 3 commits into
devfrom
gcbeatty/durabletestupdates
Jun 23, 2026
Merged

update to use managed runtime and also add class library example#2434
GarrettBeatty merged 3 commits into
devfrom
gcbeatty/durabletestupdates

Conversation

@GarrettBeatty

@GarrettBeatty GarrettBeatty commented Jun 22, 2026

Copy link
Copy Markdown
Contributor

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

@GarrettBeatty GarrettBeatty added the Release Not Needed Add this label if a PR does not need to be released. label Jun 22, 2026
@GarrettBeatty GarrettBeatty changed the title Gcbeatty/durabletestupdates update to use managed runtime for tests and examples Jun 22, 2026
@GarrettBeatty GarrettBeatty changed the title update to use managed runtime for tests and examples update to use managed runtime and also add class library example Jun 22, 2026
@GarrettBeatty GarrettBeatty marked this pull request as ready for review June 22, 2026 17:39
@GarrettBeatty GarrettBeatty requested review from a team as code owners June 22, 2026 17:39
@GarrettBeatty GarrettBeatty requested review from normj and philasmar June 22, 2026 17:39
### 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.

@GarrettBeatty GarrettBeatty Jun 22, 2026

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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

@GarrettBeatty GarrettBeatty merged commit f27029e into dev Jun 23, 2026
5 checks passed
@GarrettBeatty GarrettBeatty deleted the gcbeatty/durabletestupdates branch June 23, 2026 20:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Release Not Needed Add this label if a PR does not need to be released.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants