/* ---- Google Analytics Code Below */

Tuesday, July 07, 2020

AWS CodeGuru Available

Had not seen this yet, worth a close look.    When we coded we had experts review its quality along a number of metrics.  Automating this process should ensure better code.   Addressing both critical bugs and efficiency. See also below the link to the Amazon Announcement.

AWS Announces General Availability of Amazon CodeGuru  by  Steef-Jan Wiggers in Infoq

Recently, AWS announced the general availability of Amazon CodeGuru, a developer tool powered by machine learning. It provides intelligent recommendations for improving code quality and identifying an application's most expensive lines of code. 

Amazon CodeGuru was available in preview at re:Invent 2019 as a managed service that uses machine learning to recommend code quality and performance improvements. According to the blog post on CodeGuru by Danilo Poccia, chief evangelist (EMEA) at Amazon Web Services, a few updates have been made on the service:

Many improvements have been launched, including a more cost-effective pricing model, support for Bitbucket repositories, and the ability to start the profiling agent using a command-line switch, so that you no longer need to modify the code of your application or add dependencies, to run the agent.

Amazon CodeGuru consists of two components – Amazon CodeGuru Profiler and Amazon CodeGuru Reviewer. The Profiler helps developers find an application’s most expensive lines of code along with specific visualizations and recommendations on how to improve code to save money. Furthermore, the Reviewer helps enhance the quality of code by scanning for critical issues, identifying bugs, and recommending how to remediate them.  ... "

No comments: