Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 0 additions & 11 deletions .autover/changes/durable-execution-blueprints.json

This file was deleted.

2 changes: 1 addition & 1 deletion Blueprints/BlueprintDefinitions/vs2026/Templates.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

<PropertyGroup>
<PackageType>Template</PackageType>
<Version>8.0.3</Version>
<Version>8.1.0</Version>
<PackageId>Amazon.Lambda.Templates</PackageId>
<Title>AWS Lambda Templates</Title>
<Authors>Amazon Web Services</Authors>
Expand Down
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
## Release 2026-07-02 #2

### Amazon.Lambda.Templates (8.1.0)
* 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.

## Release 2026-07-02

### Amazon.Lambda.DurableExecution (0.2.0-preview)
Expand Down
Loading