82

/ 100

GradeB

Good community traction and solid fundamentals. Nearly in the top tier.

Top 28% of 5,156 graded repos

The official AWS SDK for Java - Version 2

Java2,592Apache-2.01mo ago

Top fixes

Highest-impact changes first, ranked by point weight

13 to address
  1. 1
    Tests18pt

    Wire your tests to a documented command (e.g. a test script in your build config) so the suite is reproducible.

  2. 2
    CI/CD14pt

    Add a step like `run: npm test`, `run: pytest`, or `run: tox` to your workflow file.

  3. 3
    CI/CD14pt

    Add a lint step to catch style issues automatically.

  4. 4
    CI/CD14pt

    Add `tsc --noEmit`, `mypy`, or `cargo check` to catch type errors before they merge.

Working through the fixes? Let every push regrade itself.

The free GitHub App rescans this repo on every push and posts the grade as a commit check, so the score climbs without coming back to rescan by hand.

Install the GitHub App

Scorecard

Every check, grouped by category and sorted worst-first

Documentation

94

Contributing guide5pt77

Contributing guide is detailed and thorough.

Install and run instructions9pt90

README documents how to install the project.

README12pt100

README is present.

License6pt100

Licensed under Apache-2.0.

Engineering

70

Reproducibility6pt12

No dependency lockfile found (−70 pts).

Commit the lockfile for this project's package manager so installs produce the same dependency versions everywhere.

CI/CD14pt57

CI is configured (.github/workflows/pull-request-build.yml).

Tests18pt80

Test files detected (archetypes/archetype-app-quickstart/src/main/resources/archetype-resources/src/test).

Linting and formatting5pt100

Java/Kotlin linting configured (build-tools/src/main/resources/software/amazon/awssdk/checkstyle.xml).

Issue and PR templates6pt100

Issue or PR templates present.

Project health

94

Housekeeping3pt60

.gitignore present.

Dependency manifest6pt100

Dependency manifest found (pom.xml).

Repository metadata5pt100

Repository has a description.

Activity5pt100

Actively maintained (pushed within the last month).

Repository health signals

Activity, community, and responsiveness at scan time

Activity

  • 213 / 612
    Commits (30d / 90d)
  • 1,019
    Forks
  • 533
    Releaseslatest 2y ago

Community

  • 87% - Good
    Community health
  • 3 bus factor
    authors own >50% of commits
  • 2,592
    Watchers

Responsiveness

  • 105d 13h
    Median issue response
  • 14h
    Median PR merge time
  • 381
    Open issues
Repository files48 root entries
  • .changes
  • .github
    Good: CI is configured (.github/workflows/pull-request-build.yml).
    Good: Dependabot configured for maven.
    Good: Issue or PR templates present.
  • .idea
    Issue: Build artifacts or local files may be committed (.idea/codeStyles) (−40 pts).Fix: Remove them and add to .gitignore.
  • .kiro
  • .mvn
  • archetypes
    Good: Test files detected (archetypes/archetype-app-quickstart/src/main/resources/archetype-resources/src/test).
  • aws-sdk-java
  • bom
  • bom-internal
  • build-tools
    Good: Java/Kotlin linting configured (build-tools/src/main/resources/software/amazon/awssdk/checkstyle.xml).
  • buildspecs
  • bundle
  • bundle-logging-bridge
  • bundle-sdk
  • changelogs
  • codegen
  • codegen-lite
  • codegen-lite-maven-plugin
  • codegen-maven-plugin
  • core
  • docs
  • http-client-spi
  • http-clients
  • javadoc-resources
  • metric-publishers
  • release-scripts
  • scripts
  • services
  • services-custom
  • test
  • third-party
  • utils
  • utils-lite
  • v2-migration
  • .all-contributorsrc
  • .brazil.json
  • .codecov.yml
  • .gitignore
    Good: .gitignore present.
  • CHANGELOG.md
  • CODE_OF_CONDUCT.md
    Good: Code of conduct present.
  • CONTRIBUTING.md
    Good: Contributing guide is detailed and thorough.
    Issue: Contributing guide lacks a setup section (−12 pts).Fix: Show new contributors how to get a local dev environment running.
    Issue: Contributing guide lacks a code style section (−8 pts).Fix: Describe your linting/formatting rules and how to run them.
    Issue: Contributing guide lacks a testing section (−8 pts).Fix: Show contributors how to run the test suite (e.g. npm test, pytest, cargo test).
    Good: Contributing guide describes the PR/review workflow.
    Good: Contributing guide includes code examples.
  • LICENSE.txt
    Good: Licensed under Apache-2.0.
  • mvnw
  • mvnw.cmd
  • NOTICE.txt
  • pom.xml
    Good: Dependency manifest found (pom.xml).
  • README.md
    Good: README is present.
    Good: README is well structured with multiple sections.
    Good: README includes screenshots or visuals. Great for first impressions.
    Good: README has code examples.
    Good: README links to a live demo or deployed app.
    Good: README includes status badges.
    Good: README documents how to install the project.
    Good: README documents how to run the project.
  • VERSIONING.md
RepoGrade badge preview

Add this badge to your README

It updates automatically each time the repo is re-graded.

[![RepoGrade](https://www.repo-grade.com/api/badge/aws/aws-sdk-java-v2)](https://www.repo-grade.com/report/aws/aws-sdk-java-v2)

More graded Java repos