Skip to content

fix(docs): update broken AWS Lambda Metadata Endpoint link#8209

Open
hirenkumar-n-dholariya wants to merge 1 commit intoaws-powertools:developfrom
hirenkumar-n-dholariya:fix/docs-lambda-metadata-link-8068
Open

fix(docs): update broken AWS Lambda Metadata Endpoint link#8209
hirenkumar-n-dholariya wants to merge 1 commit intoaws-powertools:developfrom
hirenkumar-n-dholariya:fix/docs-lambda-metadata-link-8068

Conversation

@hirenkumar-n-dholariya
Copy link
Copy Markdown
Contributor

Issue number: fixes #8068

Summary

Fix broken AWS Lambda Metadata Endpoint (LMDS) documentation link in docs/utilities/metadata.md.

Changes

Updated the URL for the AWS Lambda Metadata Endpoint documentation:

  • Before: https://docs.aws.amazon.com/lambda/latest/dg/lambda-metadata-endpoint.html
    (redirects to "What is AWS Lambda?" — incorrect page)
  • After: https://docs.aws.amazon.com/lambda/latest/dg/configuration-metadata-endpoint.html
    (correct AWS Lambda configuration metadata endpoint page)

User experience

Before: Clicking the AWS Lambda Metadata Endpoint link in the Powertools docs redirects to the wrong page ("What is AWS Lambda?")

After: Link correctly points to the AWS Lambda Metadata Endpoint configuration documentation

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.

Disclaimer: We value your time and bandwidth. As such, any pull requests created on non-triaged issues might not be successful.

…a.md

The link to AWS Lambda Metadata Endpoint (LMDS) documentation was pointing to an outdated URL that redirects to "What is AWS Lambda?" instead of the correct configuration page.

Updated URL from:
  https://docs.aws.amazon.com/lambda/latest/dg/lambda-metadata-endpoint.html
To:
  https://docs.aws.amazon.com/lambda/latest/dg/configuration-metadata-endpoint.html

fixes aws-powertools#8068

Signed-off-by: hirenkumar-n-dholariya <hirenkumarnd@gmail.com>
@hirenkumar-n-dholariya hirenkumar-n-dholariya requested a review from a team as a code owner May 7, 2026 22:10
@boring-cyborg boring-cyborg Bot added the documentation Improvements or additions to documentation label May 7, 2026
@powertools-for-aws-oss-automation powertools-for-aws-oss-automation Bot added the size/XS Denotes a PR that changes 0-9 lines, ignoring generated files. label May 7, 2026
@sonarqubecloud
Copy link
Copy Markdown

sonarqubecloud Bot commented May 7, 2026

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

documentation Improvements or additions to documentation size/XS Denotes a PR that changes 0-9 lines, ignoring generated files.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Docs: Lambda Metadata link incorrect

1 participant