Automating Code Reviews Using CodeGuru
In this chapter, you will learn about the AWS CodeGuru service and how this service helps you to develop high-quality, highly performant code. You will learn how CodeGuru Reviewer can help you to find issues in your code and how CodeGuru Profiler helps you to run code in a production environment and find performance issues. This chapter will walk you through enabling code reviews for the sample application repository. In this chapter, we will be covering the following topics:
- What is AWS CodeGuru?
 - Understanding CodeGuru Reviewer
 - The benefits and limitations of CodeGuru Reviewer
 - Integrating CodeGuru with CodeCommit
 - Integrating CodeGuru with GitHub
 - Understanding CodeGuru Profiler
 - The benefits and limitations of CodeGuru Profiler
 - Sample application monitoring with CodeGuru Profiler
 
In the previous chapter, we learned that once we develop code, we can create pull requests for our fellow developers, and they...