AWS Bedrock Integration

Integrate TuringPulse with AWS Bedrock for full observability and governance.

Installation

pip install turingpulse_sdk turingpulse_sdk_bedrock

Quick Start

from turingpulse_sdk import init, TuringPulseConfig
from turingpulse_sdk_bedrock import patch_bedrock

init(TuringPulseConfig(api_key="sk_live_...", workflow_name="my-project"))

# Your AWS Bedrock code here with automatic tracing

Next Steps