-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Add prerequisites and cross-references to AWS Lambda .NET docs #32477
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Draft
lucaspimentel
wants to merge
2
commits into
master
Choose a base branch
from
lpimentel/apm-dotnet-lambda-prerequisites
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Conversation
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
This was referenced Oct 29, 2025
Member
Author
This stack of pull requests is managed by Graphite. Learn more about stacking. |
This was referenced Oct 29, 2025
Contributor
Preview links (active after the
|
lucaspimentel
commented
Oct 29, 2025
Member
Author
lucaspimentel
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Claude Code Review: Reviewing for style guide compliance and documentation best practices.
lucaspimentel
commented
Oct 29, 2025
lucaspimentel
commented
Oct 29, 2025
lucaspimentel
commented
Oct 29, 2025
lucaspimentel
commented
Oct 29, 2025
lucaspimentel
commented
Oct 29, 2025
d2293ca to
1a4fdd1
Compare
9a4474a to
ac00373
Compare
ac00373 to
dce60f4
Compare
1a4fdd1 to
0b1f029
Compare
5778445 to
e7475f2
Compare
1881ff0 to
a7f1f83
Compare
e7475f2 to
4312573
Compare
Base automatically changed from
lpimentel/apm-dotnet-fix-windows-link
to
master
November 11, 2025 19:56
Add a Prerequisites section to help users understand Lambda-specific requirements before they begin setup. Add Configuration and Troubleshooting sections with cross-references to main APM docs. Key additions: - Prerequisites section explaining Lambda-specific differences - Links to .NET Core compatibility requirements - Links to main .NET Core APM docs for background concepts - Configuration section with Lambda-specific notes - Troubleshooting section with diagnostic tool references This improves navigation between Lambda-specific docs and foundational APM documentation, helping users understand how Lambda differs from traditional host-based setups. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <[email protected]>
- Change "Before instrumenting" to "Before you begin" for direct language - Clarify NuGet version must match Lambda layer version - Remove "you're" contraction per style guide - Replace "traditional host-based" with specific deployment types - Clarify environment variable configuration location 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <[email protected]>
a7f1f83 to
61c69d6
Compare
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 Prerequisites section and improves cross-referencing between the AWS Lambda .NET documentation and the main .NET Core APM docs.
Changes:
Motivation:
Users coming to the Lambda documentation often lack context about .NET tracing in general or miss important Lambda-specific configuration differences. Similarly, users who land on the main .NET Core docs might be deploying to Lambda but not realize they need different setup instructions. This PR creates better navigation between these related docs and sets proper expectations upfront.
Merge instructions
Merge readiness:
For Datadog employees:
Your branch name MUST follow the
<name>/<description>convention and include the forward slash (/). Without this format, your pull request will not pass CI, the GitLab pipeline will not run, and you won't get a branch preview. Getting a branch preview makes it easier for us to check any issues with your PR, such as broken links.If your branch doesn't follow this format, rename it or create a new branch and PR.
[6/5/2025] Merge queue has been disabled on the documentation repo. If you have write access to the repo, the PR has been reviewed by a Documentation team member, and all of the required checks have passed, you can use the Squash and Merge button to merge the PR. If you don't have write access, or you need help, reach out in the #documentation channel in Slack.
Additional notes
This PR complements the decision tree changes in #32476 by ensuring users who reach the Lambda docs understand the prerequisites and can easily navigate back to general .NET tracing docs for conceptual understanding.