Same-AZ Routing with Lambda AZ Metadata — Halving ElastiCache Latency
Hands-on verification of Lambda's new AZ metadata endpoint. Measured same-AZ vs cross-AZ latency to an ElastiCache Valkey cluster and quantified the routing benefit.
All blog posts
Hands-on verification of Lambda's new AZ metadata endpoint. Measured same-AZ vs cross-AZ latency to an ElastiCache Valkey cluster and quantified the routing benefit.
Set up CloudWatch Vended Logs for EKS Auto Mode's 4 components (Compute/Block Storage/Load Balancing/IPAM) and analyze scale-up to scale-down behavior with Logs Insights queries.
A practical walkthrough of Strands Evals' core features: deterministic checks, LLM-based scoring, multi-turn simulation, and auto-generated test cases. Includes gotchas discovered through real testing.
Hands-on verification of AgentCore Code Interpreter's S3 integration and PUBLIC mode. Covers direct pip install, S3 wheel offline installation, sys.path import, and cross-session persistence behavior.
Set up an EKS cluster with Auto Mode enabled using a single eksctl command. Covers how Auto Mode eliminates node group management and when to choose it over traditional managed node groups.
Hands-on verification of AgentCore Runtime's new shell command API. Covers HTTP/2 streaming, in-session file persistence, cross-session microVM isolation, and concurrent execution behavior.
A canonical duplication error triggered a full SEO audit. Missing sitemaps, absent structured data, no OG images for TILs — a record of pitfalls found and fixed on a Next.js App Router site with locale routing.
Unified all skill names to gerund form, added pushy trigger clauses to descriptions, and merged overlapping skills. Centralized quality standards cut maintenance overhead.
Deploy an AG-UI protocol server to Bedrock AgentCore Runtime and stream real-time agent responses via SSE events. Hands-on walkthrough with agentcore CLI Direct Code Deploy.
Applied Anthropic's two official best practice guides to a real skill set, uncovering reserved word violations, naming issues, and missing progressive disclosure. Includes a self-check workflow using a custom analysis skill.