Docs

AWS Bedrock Agents

Bridge AWS Bedrock Agent invocations into Iqrar via EventBridge and a Lambda that POSTs to /telemetry.

You don't run Bedrock Agents yourself, so there's no SDK-level seam. The integration shape is a one-time event-bridge: every Bedrock invocation publishes to CloudWatch Logs and EventBridge, and a small Lambda forwards the structured event to POST /telemetry on your Iqrar Worker.

Architecture

Bedrock Agent ─▶ CloudWatch Logs ─▶ EventBridge rule ─▶ Lambda ─▶ Iqrar /telemetry

What the Lambda does

  1. On agent invocation start, POST /register (idempotent) with the Bedrock Agent ID as agent_id.
  2. On each step / tool call event, POST /telemetry with an agent.step or agent.tool.start/.end event.
  3. On agent completion, POST agent.invocation.end with usage and trace ID.

A reference Lambda is on the roadmap. Until then the covers the wire format you need.

See also

  • · ·
© 2026 Cortex Innovations (Pty) Ltd. Iqrar is a working name pending trademark clearance.Powered by Stratafy