Bedrock

Amazon Bedrock examples for basic runs, image and PDF input, structured output, and tool use.

ExampleDescription
Bedrock BasicRun a minimal agent on AWS Bedrock in sync, async, and streaming modes.
AWS Image Agent BytesSend image bytes to Amazon Nova Pro on Bedrock and fetch related news with web search.
AWS PDF Agent BytesPass a PDF as bytes to Amazon Nova Pro on Bedrock and extract a recipe from it.
Bedrock Structured OutputReturn a typed MovieScript from a Bedrock model with a Pydantic output schema.
Bedrock Tool UseCall web search tools from a Bedrock model in sync, streaming, and async modes.