Amazon Bedrock is used as the core reasoning engine in a system that automates root-cause analysis of application errors by combining CloudWatch logs, Lambda, and the Strands Agents SDK.
From the source
The core of the system is Amazon Bedrock. The foundation model (FM) does the actual reasoning about errors, code, and root causes. We use the Strands Agents SDK on top of Amazon Bedrock to handle tool-use orchestration.
aws.amazon.com