CodeGuru

Amazon CodeGuru 筆記。

Overview

Two Separate Services

  • CodeGuru Reviewer: plays in the static code analysis space competing with the likes of SonarQube, and various IDE plugins, but with some AI capabilities
  • CodeGuru Profiler: is looking at your code from the runtime perspective, trying to find inefficiencies in the code and identify the most expensive lines of code