CodeGuru
On This Page
About
Amazon CodeGuru is a developer tool that provides intelligent recommendations to improve code quality and identify an application’s most expensive lines of code.
CodeGuru is a developer tool powered by machine learning that provides intelligent recommendations for improving code quality & identifying an application’s most expensive lines of code.
Amazon CodeGuru is comprised of two services: CoduGuru Reviewer and CodeGuru Profiler. Reviewer is what listens for pull requests in a repository and reviews code changes.
Amazon CodeGuru Reviewer is triggered by pull requests to Code Commit, then makes suggestions as comments in the pull request wherever it sees fit.
Amazon CodeGuru Reviewer generates suggestions in its reviews as comments in pull requests.
Type detection
- Security Detection
- Secrets Detection
- Code Quality
Benefits
Amazon CodeGuru Reviewer
- Catch code problems before they hit production
- Fix security vulnerabilities
- Proactively improve code quality with continuous monitoring
CodeGuru Profiler
- Troubleshoot performance issues
- Discover anomalies and common issues in your application performance
- Catch your most expensive line of code today