Skip to main content
  1. Projects/
  2. AWS DevOps Pro Certification/
  3. 1: SDLC Automation/
  4. 5: Misc. SDLC Tools/

6: CodeGuru

·1 min

What’s CodeGuru?

It has several components:

  • Reviewer:
    • Dev tool: Gives recommendations
    • Improve code quality
    • Detect vulnerabilities, suggest fixes
    • Think like code review.
  • Profiler:
    • Analyze the app as it runs in test and/or prod
    • Find expensive lines of code
    • See how code does in prod with full loads

What’s the Secrets Detector?

  • Find secrets in code
  • Suggest storing in secrets manager