chore: update stale awslabs references to aws#751
Open
JamBalaya56562 wants to merge 2 commits into
Open
Conversation
git-cliff's GitHub API enrichment was pointed at the wrong owner (awslabs/aws-lambda-web-adapter), which 404s. Correct it to aws/aws-lambda-web-adapter so PR/author links resolve. Scope note: this PR originally also reworked the Changelog workflow to open a PR instead of pushing to protected main, but per maintainer feedback the release pipeline will be refactored with release-plz instead, so this PR is narrowed to the one obvious cliff.toml fix. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
The repo (and several AWS projects it links to) moved from the awslabs org to aws, but many URLs still pointed at awslabs. Update them to the current canonical owner, verified via the GitHub API (which follows org transfers and renames): Our own repo (awslabs -> aws/aws-lambda-web-adapter): - Cargo.toml homepage / repository metadata - mdBook git-repository-url and the docs/ guide pages - .github/CODEOWNERS team: @awslabs/... -> @aws/aws-lambda-adapter-maintainers (the old slug failed the GitHub CODEOWNERS check as an 'Unknown owner') Other AWS projects we link to, all now under the aws org: - awslabs/serverless-application-model -> aws/serverless-application-model (SAM template comments across examples/) - awslabs/aws-sam-cli -> aws/aws-sam-cli - awslabs/aws-lambda-rust-runtime -> aws/aws-lambda-rust-runtime - awslabs/aws-serverless-java-container -> aws/serverless-java-container (transferred AND renamed) Deliberately left untouched: CHANGELOG.md historical entries (old links are accurate as history). Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
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.
Problem
This repository was moved from the
awslabsGitHub org toaws(the repo now lives atgithub.com/aws/aws-lambda-web-adapter). Several of the AWS projects it links to have made thesame move. However, many URLs and references throughout the repo still point at the old
awslabsorg. These are stale: some now only work via GitHub's redirect, and one (
.github/CODEOWNERS) isactually broken.
Changes
All references were updated to the current canonical owner, verified via the GitHub API (which
follows org transfers and renames — see How this was verified).
Our own repo (
awslabs/aws-lambda-web-adapter→aws/aws-lambda-web-adapter)Cargo.toml—homepageandrepositorymetadata.docs/guide/book.toml— mdBookgit-repository-url, plus thedocs/guide pages that link backto the repo.
.github/CODEOWNERS— team reference@awslabs/aws-lambda-adapter-maintainers→@aws/aws-lambda-adapter-maintainers. The old slug fails GitHub's CODEOWNERS validation as anUnknown owner(confirmed viarepos/.../codeowners/errors), so code ownership was not beingapplied. See the note below.
Other AWS projects we link to (all now under the
awsorg)awslabs/serverless-application-modelaws/serverless-application-modelexamples/awslabs/aws-sam-cliaws/aws-sam-clipackage.jsonprovenanceawslabs/aws-lambda-rust-runtimeaws/aws-lambda-rust-runtimeawslabs/aws-serverless-java-containeraws/serverless-java-containerDeep paths in those links (e.g.
/blob/master/...) are preserved unchanged — the transfers keep therepository contents, so the paths still resolve.
Diffstat: 64 files changed, 150 insertions(+), 150 deletions(-) — 49 in
examples/, 12 indocs/, plusREADME.md,Cargo.toml, and.github/CODEOWNERS.Note on CODEOWNERS
GitHub's CODEOWNERS errors API confirms the old
@awslabs/aws-lambda-adapter-maintainersis anUnknown owner. The replacement assumes the maintainers team carried over to theawsorg under thesame name (
@aws/aws-lambda-adapter-maintainers). Listing org teams requiresadmin:orgscope, soplease confirm that team exists in the
awsorg and has write access to this repo before merging;if the slug differs, adjust accordingly.