This website uses cookies
Read our Privacy policy and Terms of use for more information.
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.
