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

The official AWS SDK for Java - Version 2

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

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

Community

  • Community health
  • authors own >50% of commits
  • 2,591
    Watchers

Responsiveness

  • 105d 13h
    Median issue response
  • 14h
    Median PR merge time
  • 380
    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