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 identical documentation restructuring to the first file. The changes are purely organizational - updating navigation links and adding best practices topics. No security vulnerabilities, incidents, or security-specific features are mentioned in the diff. The best practices topics are general software development practices, not security-focused documentation.
Diff
diff --git a/durable-execution/getting-started/key-concepts.md b/durable-execution/getting-started/key-concepts.md index c0c4c6856..49e9f244c 100644 --- a//durable-execution/getting-started/key-concepts.md +++ b//durable-execution/getting-started/key-concepts.md @@ -76,4 +76,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/) @@ -84,0 +88,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/) + @@ -374 +385 @@ Back to top [ Previous Getting Started ](../) [ Next Quickstart ](../quicks -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.