Amazon CodeGuru is a machine learning service for automated code reviews and application performance recommendations. It helps you find the most expensive lines of code that hurt application performance and keep you up all night troubleshooting, then gives you specific recommendations to fix or improve your code. codeGuru supports JAVA. Repository can use GitHub or CodeCommit. It is also easy to integrate.
CodeGuru’s service is composed of two types.
Amazon CodeGuru Reviewer finds issues in your code and recommends how to remediate them.
The contents that CodeGuru Reviewer detects can be this categories.
Amazon CodeGuru Profiler is always searching for application performance optimizations, identifying your most expensive lines of code and recommending ways to fix them to reduce CPU utilization, cut compute costs, and improve application performance.
Now let’s get ready for the this lab.