This website uses cookies
Read our Privacy policy and Terms of use for more information.
AWS
AWS
+2

Jul 4, 2026
•
9 min read
Wire a DynamoDB table to a Redshift Serverless workgroup so operational data lands in your warehouse automatically, then query it with SQL. All of it from boto3 and the Redshift Data API. Plan for 90 minutes, most of it waiting on AWS to provision.

AWS
+2

Jul 3, 2026
•
11 min read
Build a serverless Glue 5.1 job that strips junk, removes exact and near-duplicate chunks, and refuses to write the output unless it passes a Data Quality ruleset.

AWS
+2

Jul 1, 2026
•
10 min read
Build a feature-extraction layer that turns raw S3 data into compact prompt context with one Athena query, then injects it into a Bedrock call. No database to run, no pipeline to babysit. Plan for 60 to 90 minutes.

AWS
+2

Jun 27, 2026
•
9 min read
Stand up a managed Apache Iceberg table on Amazon S3 Tables, then query it from both Athena SQL and Spark, travel back to an earlier version, and watch S3 compact the files for you with zero maintenance jobs.

AWS
+2

Jun 26, 2026
•
9 min read
Stage your own data in S3, onboard into SageMaker Unified Studio with one click, then query it three ways in a single serverless notebook: Athena SQL, Athena for Spark, and a natural-language Data Agent.

AWS
+2

Jun 25, 2026
•
10 min read
Build an Amazon Q Business application that indexes your S3 documents, connects to Confluence, and runs a custom plugin action that hits your own API. Plan for 2 hours if you have used IAM Identity Center before, 3 if you have not.

AWS
+2

Jun 23, 2026
•
8 min read
Hand a legacy Java 8 Spring Boot app to an AWS agent and get back a Java 21 branch with a green build and a reviewable, commit-by-commit diff. About 60 to 90 minutes, most of it watching builds run.

AWS
+2

Jun 21, 2026
•
9 min read
Take one small, invariant-heavy feature, a fair money splitter, all the way through Kiro's spec workflow: EARS requirements, design, tasks, generated code, and a property-based test suite that actually tries to break it.

AWS
+2

Jun 20, 2026
•
8 min read
Write a custom MCP server with three tools and session memory, deploy it to Lambda behind API Gateway with Streamable HTTP, verify it with the MCP Inspector, and connect it to Claude.

AWS
+2

Jun 17, 2026
•
10 min read
Build a Python browser agent with the Amazon Nova Act SDK that navigates a site, pulls structured data into typed Python objects, and fills out a form, all driven by natural language. Plan for 60 to 90 minutes if you have used Playwright or Selenium before.

AWS
+2

Jun 16, 2026
•
8 min read
Build the same research/writer/reviewer pipeline three ways with the Strands Agents SDK, then learn which pattern to actually reach for.

AWS
+1

Jun 15, 2026
•
9 min read
We take a Strands agent on Bedrock AgentCore Runtime, put a Cognito JWT wall in front of it so only authenticated callers get in, and wire OpenTelemetry so every invocation shows up as a traced session in the CloudWatch GenAI Observability dashboard.

AWS
+1

Jun 14, 2026
•
8 min read
Build an agent that browses a live page for a real number, then writes and runs Python in a sandbox to verify a claim about it. Two AgentCore built-in tools, one Strands agent.

AWS
+1

Jun 13, 2026
•
9 min read
Build a managed MCP server in front of an AWS Lambda function, expose two tools to a Strands agent without writing protocol code, then add a REST API as a second target.

AWS
+1

Jun 12, 2026
•
9 min read
Build a Strands agent that recalls who the user is and what they like across separate runs, using Amazon Bedrock AgentCore Memory for both the conversation buffer and the long-term preference store. Plan for about 90 minutes if you finished episode 7, two hours if this is your first Strands agent.

AWS
+1

Jun 11, 2026
•
11 min read
Take the local RepoScout agent from episode 7 and ship it to a managed, isolated microVM runtime with the AgentCore harness and CLI - the agent code barely changes.

AWS
+1

Jun 10, 2026
•
10 min read
We build a local agent that answers questions about any codebase on your disk, using three custom tools and Amazon Bedrock. Plan for about 60 minutes if you have AWS credentials ready, 90 if you have to enable Bedrock model access first.

AWS
+1

Jun 8, 2026
•
9 min read
Take the smallest Nova model, teach it one job, and watch it jump from 41% to 97% accuracy for $2.18 - then serve it at the cheap-model price.

AWS
+1

Jun 7, 2026
•
9 min read
We'll move one prompt out of your codebase into Bedrock Prompt Management, version it, then run an LLM-as-a-judge evaluation job that scores three models against your own dataset and tells you which one to ship. About 90 minutes, most of it waiting on the eval job.

AWS
+2

Jun 6, 2026
•
8 min read
Build a support-assistant endpoint protected by Amazon Bedrock Guardrails, then run four attacks against it and watch each one get blocked or masked. Plan for 60 to 90 minutes if you have used boto3 before.

AWS
+1

Jun 5, 2026
•
9 min read
Build a queryable, citation-backed knowledge base over your own documents with Bedrock Knowledge Bases and S3 Vectors, entirely from Python. 60-90 minutes, under a dollar in AWS charges.

AWS
+2

Jun 4, 2026
•
8 min read
Episode 1 of the AWS AI Series: a Python CLI that talks to Amazon Nova 2 and Claude Sonnet 4.6 through one identical code path, streams tokens, and returns schema-validated JSON. About an hour, end to end.

AWS
+5

Oct 17, 2025
•
5 min read
Securing root, structuring accounts, enabling Control Tower — the groundwork I’m laying for long-term SaaS scalability on AWS.
