AWS lambda documentation change
Summary
Updated permission name from 'lambda:CheckpointDurableExecutions' to 'lambda:CheckpointDurableExecution' and removed a line from a code example.
Security assessment
Documentation corrections for accuracy and cleanup; no security-related content or implications are present in the change.
Diff
diff --git a/lambda/latest/dg/durable-getting-started.md b/lambda/latest/dg/durable-getting-started.md index 5895ab3d2..f30114cb5 100644 --- a//lambda/latest/dg/durable-getting-started.md +++ b//lambda/latest/dg/durable-getting-started.md @@ -117 +117 @@ Your function also demonstrates a wait operation, pausing execution for a short -Lambda creates your durable function with an [execution role](./lambda-intro-execution-role.html) that includes permissions for checkpoint operations (`lambda:CheckpointDurableExecutions` and `lambda:GetDurableExecutionState`). +Lambda creates your durable function with an [execution role](./lambda-intro-execution-role.html) that includes permissions for checkpoint operations (`lambda:CheckpointDurableExecution` and `lambda:GetDurableExecutionState`). @@ -139 +138,0 @@ In the console's built-in code editor, you should see the function code that Lam - DurableContext,