[SVLS-9486] Add AWS Lambda Durable Functions documentation#38166
Open
lym953 wants to merge 5 commits into
Open
[SVLS-9486] Add AWS Lambda Durable Functions documentation#38166lym953 wants to merge 5 commits into
lym953 wants to merge 5 commits into
Conversation
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
Contributor
Preview links (active after the
|
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
Contributor
There was a problem hiding this comment.
Pull request overview
Adds a new documentation page describing how to monitor AWS Lambda Durable Functions with Datadog Serverless Monitoring, and exposes it in the left navigation under the AWS Lambda docs section.
Changes:
- Introduces a new docs page:
Monitoring AWS Lambda Durable Functions(setup, event forwarding, trace retention, limitations). - Adds a new left-nav item Durable Functions and shifts AWS Lambda submenu weights to accommodate it.
Reviewed changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated 2 comments.
| File | Description |
|---|---|
| content/en/serverless/aws_lambda/durable_functions.md | New documentation page explaining setup and configuration for Durable Functions monitoring. |
| config/_default/menus/main.en.yaml | Adds a Durable Functions nav entry and adjusts AWS Lambda submenu ordering weights. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
domalessi
reviewed
Jul 15, 2026
domalessi
left a comment
Contributor
There was a problem hiding this comment.
Left some feedback! Let me know when ready for another look!
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
Contributor
Author
|
Accepted all the comments! |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What does this PR do? What is the motivation?
Adds a documentation page for Datadog Serverless Monitoring support of AWS Lambda Durable Functions, along with a left-nav menu entry.
The page covers:
DD_LAMBDA_DURABLE_FUNCTION_LOG_BUFFER_SIZEenvironment variable)DdApiKey,DdSite,Statuses,FunctionArnFilter1-FunctionArnFilter5,BufferIntervalSeconds)Changes:
content/en/serverless/aws_lambda/durable_functions.mdconfig/_default/menus/main.en.yaml(placed after Managed Instances; subsequent Lambda menu weights bumped by 1)Merge instructions
Merge readiness:
I will merge it together with a UI PR that:
Additional notes