Search across all documentation pages
5 pages in this section.
Branching and PR conventions suited to infra-touching code changes - why a small, reviewable diff matters more when a merge can change what your AWS SDK code is allowed to do.
An intro tour of Git and GitHub for AWS SDK codebases: init a repo, stage and commit, branch, push, open a PR, and ignore the files that don't belong in source control.
Repo config that gates risky AWS-facing changes: GitHub branch protection rules, required reviews and status checks, and no-force-push, applied specifically to PRs touching IAM policies or infra.
Commit hygiene and review conventions for this track: what never belongs in a commit, how to branch and review infra-touching PRs, and the habits that keep an AWS SDK repo safe by default.