Skip to content

infrastructure-as-code

5 posts

Deploying AWS Bedrock AgentCore with CDK: a quickstart

A CDK guide for deploying a minimal Strands agent on AgentCore Runtime — parameterized stack, arm64 build, deploy and invoke, and the IAM and Marketplace prerequisites you need before the first call.

aws-bedrockai-agentsaws-cdk+3
Breaking Through CloudFormation's 500 Resource Barrier: Practical Strategies for Large-Scale Infrastructure

Exploring proven strategies to overcome CloudFormation's 500 resource limit using nested stacks, cross-stack references, SSM Parameter Store, and microstack architecture with real TypeScript CDK examples and decision frameworks.

aws-cdkcloudformationinfrastructure-as-code+4
AWS CDK Code Organization: Service-Based vs Domain-Based Architecture Patterns

Learn when to use service-based, domain-based, feature-based, or layer-based organization patterns in AWS CDK projects. Includes decision frameworks, working examples, and migration strategies for maintainable infrastructure code.

aws-cdktypescriptinfrastructure-as-code+3
AWS CDK Functional Patterns: Building Reusable, Error-Free Infrastructure Configurations

Learn how functional programming patterns - factory functions, higher-order functions, and composition - transform AWS CDK from a CloudFormation generator into a type-safe, reusable infrastructure toolkit that prevents configuration drift and runtime errors.

aws-cdktypescriptinfrastructure-as-code+2
AWS Fargate 104: Deploying with CDK, Terraform, and SAM1/1

How to deploy Fargate effectively with different IaC tools. Practical patterns, common gotchas, and what works best for each approach.

awsfargatecdk+5