This repository contains the source for the AWS Lambda Durable Execution SDK
documentation website at https://docs.aws.amazon.com/durable-execution, providing comprehensive guides and references for building resilient,
long-running applications with AWS Lambda durable functions across
multiple programming languages.
Repository Structure
docs/ # Documentation source files
examples/ # Code source files for code-blocks in docs/
Documentation source
The docs/ directory contains the Markdown source files that power the
documentation site.
Code examples are in examples/, organized by language
(typescript/, python/, java/, csharp/) and mirroring the docs folder hierarchy.
Examples are embedded into documentation pages using snippet syntax — see the
Contributing Guide for details.
AWS Lambda durable execution developer documentation source
This repository contains the source for the AWS Lambda Durable Execution SDK documentation website at https://docs.aws.amazon.com/durable-execution, providing comprehensive guides and references for building resilient, long-running applications with AWS Lambda durable functions across multiple programming languages.
Repository Structure
Documentation source
The
docs/directory contains the Markdown source files that power the documentation site.Code examples are in
examples/, organized by language (typescript/,python/,java/,csharp/) and mirroring the docs folder hierarchy.Examples are embedded into documentation pages using snippet syntax — see the Contributing Guide for details.
Getting started with the docs
Zensical builds this site from Markdown to HTML.
To preview locally:
For the full authoring workflow, please see CONTRIBUTING.md.
For writing style and Markdown formatting syntax, please see the Authoring Guide.
Resources
Feedback & Support
We welcome feedback and contributions:
Contributing
We welcome contributions! Please see CONTRIBUTING.md for details on how to contribute to the documentation.
Security
See CONTRIBUTING for more information on reporting security issues.
License
This project is licensed under the Apache-2.0 License. See the LICENSE file for details.