‹ Work

AI engineering

bedrock-genai-labs

26 runnable labs against live Amazon Bedrock APIs — a FAISS vector store built from scratch, hybrid dense + BM25 retrieval with reranking, an agent loop written by hand, guardrails, and LLM-as-judge evaluation.

Role — Sole author — labs, reference solutions, shared Bedrock tooling, and a progress tracker.

Highlights

Overview

A hands-on lab suite covering the full generative-AI development lifecycle on Amazon Bedrock, built while preparing for the AWS Certified Generative AI Developer — Professional (AIP-C01).

Not summary notes: 26 runnable labs executed against live Bedrock APIs, organised by exam domain, each a scaffold of TODO(you) exercises with a reference solution held back. The five domains cover foundation models and RAG, implementation (streaming, resilience, tool use, agents, routing), safety and security, optimization, and testing and evaluation.

The recurring choice throughout is to build the primitive before reaching for the abstraction — a vector store before FAISS-as-a-service, an agent loop before an agent SDK — because knowing what the framework does for you is what makes it debuggable in production. Written in Python and boto3, with shared infrastructure for the Bedrock client, config, token pricing and a synthetic corpus used as the RAG knowledge base.