Good community traction and solid fundamentals. Nearly in the top tier.
The official AWS SDK for Java - Version 2
Documentation
94
Contributing guide is detailed and thorough.
README documents how to install the project.
README is present.
Licensed under Apache-2.0.
Engineering
70
No dependency lockfile found (−70 pts).
→ Commit the lockfile for this project's package manager so installs produce the same dependency versions everywhere.
CI is configured (.github/workflows/pull-request-build.yml).
Test files detected (archetypes/archetype-app-quickstart/src/main/resources/archetype-resources/src/test).
Java/Kotlin linting configured (build-tools/src/main/resources/software/amazon/awssdk/checkstyle.xml).
Issue or PR templates present.
Project health
94
.gitignore present.
Dependency manifest found (pom.xml).
Repository has a description.
Actively maintained (pushed within the last month).
Repository health signals
Activity, community, and responsiveness at scan time
Activity
- —Commits (30d / 90d)
- 1,018Forks
- 533Releaseslatest 2y ago
Community
- —Community health
- —authors own >50% of commits
- 2,591Watchers
Responsiveness
- 105d 13hMedian issue response
- 14hMedian PR merge time
- 380Open issues
Repository files48 root entries
- .changes
- .githubGood: CI is configured (.github/workflows/pull-request-build.yml).Good: Dependabot configured for maven.Good: Issue or PR templates present.
- .ideaIssue: Build artifacts or local files may be committed (.idea/codeStyles) (−40 pts).Fix: Remove them and add to .gitignore.
- .kiro
- .mvn
- archetypesGood: Test files detected (archetypes/archetype-app-quickstart/src/main/resources/archetype-resources/src/test).
- aws-sdk-java
- bom
- bom-internal
- build-toolsGood: 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
- .gitignoreGood: .gitignore present.
- CHANGELOG.md
- CODE_OF_CONDUCT.mdGood: Code of conduct present.
- CONTRIBUTING.mdGood: 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.txtGood: Licensed under Apache-2.0.
- mvnw
- mvnw.cmd
- NOTICE.txt
- pom.xmlGood: Dependency manifest found (pom.xml).
- README.mdGood: 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