AWS lambda documentation change
Summary
Updated documentation for durable functions with a note about SDK documentation location, corrected grammar, updated image alt text, and modified navigation links to point to the AWS Durable Execution SDK Developer Guide.
Security assessment
The changes are primarily documentation restructuring and clarification. The image alt text change from 'Filter for Amazon Inspector results related to Lambda functions' to 'Diagram showing how Lambda durable functions use checkpoints...' suggests the previous image was incorrectly labeled (Amazon Inspector is a security tool), but this correction doesn't indicate a security issue was addressed - it appears to be fixing a documentation error where the wrong image description was used. No security vulnerabilities, weaknesses, or incidents are mentioned or addressed in these changes.
Diff
diff --git a/lambda/latest/dg/durable-functions.md b/lambda/latest/dg/durable-functions.md index db151d1e0..34696a21b 100644 --- a//lambda/latest/dg/durable-functions.md +++ b//lambda/latest/dg/durable-functions.md @@ -14,0 +15,4 @@ Within each function, you use durable operations as fundamental building blocks. +###### Note + +This guide covers Lambda service topics such as deployment, configuration, permissions, invocation, monitoring, and quotas. For SDK programming reference, quickstart tutorials, and language-specific guides, see the [AWS Durable Execution SDK Developer Guide](https://docs.aws.amazon.com/durable-execution/). + @@ -37 +41 @@ Within each function, you use durable operations as fundamental building blocks. -Both, durable functions and Step Functions, provide workflow orchestration with automatic state management. The key differences are where they run and how you define workflows: +Both durable functions and Step Functions provide workflow orchestration with automatic state management. The key differences are where they run and how you define workflows: @@ -58 +62 @@ With the SDK, you wrap your Lambda event handler, which then provides a DurableC - + @@ -62 +66 @@ With the SDK, you wrap your Lambda event handler, which then provides a DurableC - * [Get started with durable functions](./durable-getting-started.html) + * [AWS Durable Execution SDK Developer Guide](https://docs.aws.amazon.com/durable-execution/) – SDK reference, quickstarts, testing, and language guides @@ -64 +68 @@ With the SDK, you wrap your Lambda event handler, which then provides a DurableC - * [Explore the durable execution SDK](./durable-execution-sdk.html) + * [Get started with durable functions](./durable-getting-started.html)