aws cdk

Limiting Cross-stack References in CDK

Several years ago I wrote CloudFormation Tips and Tricks, in which I gave the advice to “use outputs lavishly, exports sparingly.” The reason is that when you export a value from one stack and import it into another you bind those stacks tightly together, and can’t change that exported value. For example, you might create … Read More

Using the AWS CDK IRL: Part 2

A while back, I wrote a post entitled Using The AWS CDK In Real Life. It was educational, but running Zoneminder on AWS is pretty expensive, and probably isn’t a good idea…