Close Your Laptop: Claude Code on Bedrock AgentCore
Jul 10, 2026 · 16 min read · AWS Claude Code Amazon Bedrock AgentCore SST Pulumi Firecracker DevSecOps ·
If you have ever set an AI coding agent like Claude Code loose on a large code modification task, you know the anxiety. The task will run for 45 minutes, recursive calls will compile code, search tests, and fix bugs. You are locked to your machine. If your Wi-Fi drops for a second, your laptop battery dies, or you …
Read More about Close Your Laptop: Claude Code on Bedrock AgentCoreMCP OAuth on AgentCore Gateway + Cognito via APIGW Façade
May 19, 2026 · 18 min read · MCP Model Context Protocol AWS Bedrock AgentCore AgentCore Gateway Amazon Cognito API Gateway SST OAuth 2.1 RFC 9728 RFC 8414 RFC 7591 PKCE Claude Code ·
Introduction Amazon Bedrock AgentCore Gateway is the most pragmatic way to host a Model Context Protocol server on AWS today. Declare your tools as OpenAPI or as Lambda targets, get a managed multi-target MCP endpoint, and inherit AWS-native authentication via a customJwtAuthorizer. For machine-to-machine traffic that …
Read More about MCP OAuth on AgentCore Gateway + Cognito via APIGW FaçadeAgent Toolkit for AWS: What It Changes for Claude Code
May 12, 2026 · 12 min read · AWS Claude Code MCP Agent Toolkit Amazon Bedrock CloudFormation IAM Serverless ·
If you've been using Claude Code for AWS development, you've probably seen the pattern: you paste a CloudFormation snippet into your session, Claude suggests something plausible, you deploy it, and the stack events stream lights up with CREATE_FAILED on a property the model couldn't have known about — because its …
Read More about Agent Toolkit for AWS: What It Changes for Claude CodeTrack Claude Code Cost Per Project with Bedrock Tagging
Apr 29, 2026 · 9 min read · AWS Amazon Bedrock Claude Code Cost Management IAM Session Tags Cost Allocation FinOps ·
If you run claude against Amazon Bedrock across a dozen repos, your bill arrives as one opaque number. Until recently, the workaround was clunky — create an application inference profile per project, swap them by hand, hope you remembered which one was active. In April 2026, AWS shipped native per-principal cost …
Read More about Track Claude Code Cost Per Project with Bedrock TaggingFrom Solo AI Engineer to Autonomous Dev Team
Mar 10, 2026 · 14 min read · Claude Code AI Digital Engineer GitHub Actions DevOps Automation OpenClaw Multi-Agent Autonomous Development ·
In a previous post, the AI Digital Engineer pattern was introduced, featuring a single Claude Code agent guided by Skills and enforced by Hooks to execute a complete engineering workflow. This approach demonstrated effectiveness in delivering production-ready code with guaranteed quality gates. However, a fundamental …
Read More about From Solo AI Engineer to Autonomous Dev TeamAI Digital Engineer: End-to-End Delivery with Claude Code
Jan 31, 2026 · 12 min read · Claude Code AI Digital Engineer GitHub Actions DevOps Automation Software Engineering CI/CD Test-Driven Development ·
What if an AI could operate like a senior software engineer - not just writing code, but following the complete engineering process from design through deployment? This post introduces the AI Digital Engineer pattern: a system that transforms Claude Code from an interactive assistant into an autonomous engineer capable …
Read More about AI Digital Engineer: End-to-End Delivery with Claude CodeDesktop Notifications for Claude Code: Never Miss a Completed Task
Dec 2, 2025 · 9 min read · Claude Code VSCode VSCode Remote SSH Productivity Shell Scripting OSC Escape Sequences ·
When working with Claude Code on complex tasks, you often switch to other work while waiting for completion. The challenge? Knowing exactly when Claude finishes so you can review the results promptly. This post shows you how to configure desktop notifications that alert you the moment Claude Code completes a task. The …
Read More about Desktop Notifications for Claude Code: Never Miss a Completed TaskBeyond Prompts: 4 Context Engineering Secrets for Claude Code
Nov 14, 2025 · 7 min read · Claude Code AI Agents Context Engineering LLM Developer Tools AWS Bedrock Anthropic ·
You can stop hoping your Large Language Model (LLM) follows complex instructions. Context Engineering is the strategic practice of curating what enters the model's limited attention budget. To build reliable AI agents, you must master these four deterministic context patterns. This post explores the key insights from …
Read More about Beyond Prompts: 4 Context Engineering Secrets for Claude CodeHow to Fix Shift+Enter in VS Code Remote SSH for Claude Code

The Problem: Premature Input Submission When working with Claude Code in a VS Code Remote SSH session (e.g., connecting from a macOS or Windows client to a remote Linux host), a common frustration arises: pressing Shift+Enter in the terminal is supposed to create a new line for multi-line input. Instead, it often …
Read More about How to Fix Shift+Enter in VS Code Remote SSH for Claude CodeBuild on AWS Faster with Claude Code and AWS Skills
Oct 26, 2025 · 4 min read · Claude Code AWS Skills AWS CDK Serverless Lambda DynamoDB API Gateway Agent Skills MCP Protocol Infrastructure as Code ·
Introduction Building on AWS is powerful but complex. What if your AI assistant had deep AWS expertise built-in? That's what AWS Skills brings to Claude Code. AWS Skills is a plugin that transforms Claude Code into an intelligent AWS development partner. It understands CDK best practices, estimates costs before you …
Read More about Build on AWS Faster with Claude Code and AWS Skills