AWS lambda documentation change
Summary
Minor wording change from 'Lambda durable functions' to 'AWS Lambda durable functions' and added a link to documentation about encrypting durable execution data.
Security assessment
Added link to encryption documentation enhances security awareness but shows no evidence of addressing a specific vulnerability.
Diff
diff --git a/lambda/latest/dg/durable-functions.md b/lambda/latest/dg/durable-functions.md index 1cedee2da..28e3a612c 100644 --- a//lambda/latest/dg/durable-functions.md +++ b//lambda/latest/dg/durable-functions.md @@ -11 +11 @@ Key benefitsWhen to use durable functionsHow it worksNext steps -Lambda durable functions enable you to build resilient multi-step applications and AI workflows that can execute for up to one year while maintaining reliable progress despite interruptions. When a durable function runs, this complete lifecycle is called a durable execution, which uses checkpoints to track progress and automatically recover from failures through replay, re-executing from the beginning while skipping completed work. +With AWS Lambda durable functions, you can build resilient multi-step applications and AI workflows that can execute for up to one year while maintaining reliable progress despite interruptions. When a durable function runs, this complete lifecycle is called a durable execution, which uses checkpoints to track progress and automatically recover from failures through replay, re-executing from the beginning while skipping completed work. @@ -75,0 +76,2 @@ With the SDK, you wrap your Lambda event handler, which then provides a DurableC + * [Encrypting AWS Lambda durable execution data](./durable-encryption.html) +