crunchcrunch.meDeploying AWS Bedrock AgentCore Agents with PulumiAWS Bedrock AgentCore lets you deploy agents as managed containerized runtimes. This guide shows how to automate this deployment using Pulumi and Docker. What You'll Deploy Docker container with your agent code Amazon ECR to store the image Bedroc...Dec 5, 2025·2 min read
crunchcrunch.meDeploying AWS Bedrock Agents with PulumiIntroduction This guide shows how to deploy AWS Bedrock Agents using Pulumi and TypeScript. Prerequisites AWS Account with Bedrock access Node.js and npm installed Pulumi CLI installed Project Setup Generate Project with Pulumi pulumi new aws-t...Oct 20, 2025·2 min read
crunchcrunch.meRemote access to your Raspberry PiThat’s it—I’ve finally decided to start my homelab: a place to experiment, break things, learn, and start all over again. I had a Raspberry Pi 4B sitting in a box, so I figured, why not jump in? Discovering What’s on the Pi I plugged it into my monit...Sep 24, 2025·2 min read
crunchcrunch.meHow to Use Docker Compose ProfilesI recently discovered Docker compose profiles and wanted to share it as it can be useful to someone else. Docker Compose profiles let you control which services run without modifying your docker-compose.yml. They’re useful for separating optional s...Sep 19, 2025·2 min read
crunchcrunch.meHow to Solve dependencyFailedException on AWS BedrockThese days, i’m using AWS Bedrock to create Agents.And i faced this error when testing my agents many times so i decided to write down the workaround that i found. An error occurred (dependencyFailedException) when calling the InvokeAgent operation: ...Aug 7, 2025·1 min read