Skip to content

chore: update stale awslabs references to aws#751

Open
JamBalaya56562 wants to merge 2 commits into
aws:mainfrom
JamBalaya56562:chore/rename
Open

chore: update stale awslabs references to aws#751
JamBalaya56562 wants to merge 2 commits into
aws:mainfrom
JamBalaya56562:chore/rename

Conversation

@JamBalaya56562
Copy link
Copy Markdown
Contributor

Problem

This repository was moved from the awslabs GitHub org to aws (the repo now lives at
github.com/aws/aws-lambda-web-adapter). Several of the AWS projects it links to have made the
same move. However, many URLs and references throughout the repo still point at the old awslabs
org. These are stale: some now only work via GitHub's redirect, and one (.github/CODEOWNERS) is
actually 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-adapteraws/aws-lambda-web-adapter)

  • Cargo.tomlhomepage and repository metadata.
  • docs/guide/book.toml — mdBook git-repository-url, plus the docs/ guide pages that link back
    to 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 an
    Unknown owner (confirmed via repos/.../codeowners/errors), so code ownership was not being
    applied. See the note below.

Other AWS projects we link to (all now under the aws org)

Old Current canonical Notes
awslabs/serverless-application-model aws/serverless-application-model SAM template comments across examples/
awslabs/aws-sam-cli aws/aws-sam-cli e.g. generated package.json provenance
awslabs/aws-lambda-rust-runtime aws/aws-lambda-rust-runtime
awslabs/aws-serverless-java-container aws/serverless-java-container transferred and renamed (repo slug changed)

Deep paths in those links (e.g. /blob/master/...) are preserved unchanged — the transfers keep the
repository contents, so the paths still resolve.

Diffstat: 64 files changed, 150 insertions(+), 150 deletions(-) — 49 in examples/, 12 in
docs/, plus README.md, Cargo.toml, and .github/CODEOWNERS.

Note on CODEOWNERS

GitHub's CODEOWNERS errors API confirms the old @awslabs/aws-lambda-adapter-maintainers is an
Unknown owner. The replacement assumes the maintainers team carried over to the aws org under the
same name (@aws/aws-lambda-adapter-maintainers). Listing org teams requires admin:org scope, so
please confirm that team exists in the aws org and has write access to this repo before merging;
if the slug differs, adjust accordingly.

JamBalaya56562 and others added 2 commits June 2, 2026 00:25
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>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant