AWS durable-execution.md documentation change
Summary
Restructured Testing section with new sub-sections, added Best Practices section with topics like determinism and idempotency, and updated footer with privacy and terms links.
Security assessment
The changes are organizational updates to documentation content and legal links, with no mention of security vulnerabilities, incidents, or explicit security features in the diff.
Diff
diff --git a/durable-execution.md b/durable-execution.md index dadcc3cb6..5d9c65d75 100644 --- a//durable-execution.md +++ b//durable-execution.md @@ -70,4 +70,7 @@ Testing - * [ Basic Tests ](./testing/basic-tests/) - * [ Complex Workflows ](./testing/complex-workflows/) - * [ Stores ](./testing/stores/) - * [ Testing Modes ](./testing/testing-modes/) + * [ Runner ](./testing/runner/) + * [ Authoring ](./testing/authoring/) + * [ Assertions ](./testing/assertions/) + * [ API Reference ](./testing/api-reference/) + * [ Workflow Patterns ](./testing/workflow-patterns/) + * [ Cloud Runner ](./testing/cloud-runner/) + * [ SAM CLI ](./testing/sam-cli/) @@ -78,0 +82,8 @@ Patterns +Best Practices + * [ Determinism and Replay ](./patterns/best-practices/determinism/) + * [ Idempotency and Retries ](./patterns/best-practices/idempotency/) + * [ Manage State ](./patterns/best-practices/state/) + * [ Step Design ](./patterns/best-practices/step-design/) + * [ Pause and Resume ](./patterns/best-practices/pause-resume/) + * [ Code Organization ](./patterns/best-practices/code-organization/) + @@ -154 +165 @@ Back to top [ Next Getting Started ](./getting-started/) -Copyright © 2026 Amazon Web Services, Inc. or its affiliates. +[Privacy](https://aws.amazon.com/privacy/) | [Site terms](https://aws.amazon.com/terms/) | Cookie preferences | Copyright © 2026 Amazon Web Services, Inc. or its affiliates.