AWS – Amazon CodeGuru Reviewer adds detectors for AWS Java SDK v2’s best practices and features
Amazon CodeGuru Reviewer is a developer tool that leverages automated reasoning and machine learning to detect potential code defects that are difficult to find and offers suggestions for improvements. Today, we are building on our set of detectors for the AWS SDKs with the addition of detectors for the AWS Java SDK v2. These new detectors help to ensure customers are following the Java SDK v2’s best practices, such as using client builders over client constructors, waiters over custom polling, or auto-pagination over manual pagination. The detectors can also find bugs customers create while using the new SDK’s AWS service clients, such as identifying data loss in the Amazon Kinesis v2 client. After detecting an issue or bug, CodeGuru Reviewer provides recommendations for how the developer can remediate it.
Read More for the details.