Skip to content

Commit 5d0b99e

Browse files
Release 2026-07-02 #2 (#2459)
1 parent ebe49c4 commit 5d0b99e

3 files changed

Lines changed: 6 additions & 12 deletions

File tree

.autover/changes/durable-execution-blueprints.json

Lines changed: 0 additions & 11 deletions
This file was deleted.

Blueprints/BlueprintDefinitions/vs2026/Templates.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
<PropertyGroup>
44
<PackageType>Template</PackageType>
5-
<Version>8.0.3</Version>
5+
<Version>8.1.0</Version>
66
<PackageId>Amazon.Lambda.Templates</PackageId>
77
<Title>AWS Lambda Templates</Title>
88
<Authors>Amazon Web Services</Authors>

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
## Release 2026-07-02 #2
2+
3+
### Amazon.Lambda.Templates (8.1.0)
4+
* Add lambda.DurableFunction and serverless.DurableFunction blueprints (vs2026) for Lambda durable execution workflows. lambda.DurableFunction uses the class-library static-wrapper model (DurableFunction.WrapAsync) and deploys via dotnet lambda deploy-function; serverless.DurableFunction uses the annotations model ([LambdaFunction] + [DurableExecution]) and deploys via CloudFormation (serverless.template). Both target the managed dotnet10 runtime and ship a sample ProcessOrder workflow plus a local test project driven by Amazon.Lambda.DurableExecution.Testing. Preview.
5+
16
## Release 2026-07-02
27

38
### Amazon.Lambda.DurableExecution (0.2.0-preview)

0 commit comments

Comments
 (0)