AWS durable-execution documentation change
Summary
Updated navigation structure in documentation: replaced Testing section links with new testing topics and added new Best Practices section with topics on Determinism, Idempotency, State Management, Step Design, Pause/Resume, and Code Organization. Also updated footer with privacy and terms links.
Security assessment
This is the same documentation restructuring as all other files. The changes are purely organizational - updating navigation links and adding best practices topics. No security vulnerabilities or security-specific features are mentioned. The consistent pattern across multiple files suggests a general documentation update rather than a security-related fix.
Diff
diff --git a/durable-execution/getting-started/quickstart.md b/durable-execution/getting-started/quickstart.md index 9b560555d..55b913c8e 100644 --- a//durable-execution/getting-started/quickstart.md +++ b//durable-execution/getting-started/quickstart.md @@ -74,4 +74,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/) @@ -82,0 +86,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/) + @@ -308 +319 @@ Back to top [ Previous Key Concepts ](../key-concepts/) [ Next Quickstart fo -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.