LNLYDRD BLOG
Cover Image for Stop Repeating Yourself: The Terraform Mapping Construct Pattern

Stop Repeating Yourself: The Terraform Mapping Construct Pattern

Reduce Terraform code by up to 90% with the Mapping Construct Pattern. Learn a three-layer architecture that eliminates copy and pasting, enforces consistency, and makes managing dozens of AWS resources trivial.

Recent Posts

Cover Image for Building Better Infrastructure with Kiro: A Quick Guide to Steering, Hooks, and MCP

Building Better Infrastructure with Kiro: A Quick Guide to Steering, Hooks, and MCP

Learn how to set up a production-ready Kiro workspace with foundational steering files, automated compliance hooks, and MCP integration. This guide shows you how to build infrastructure that scales with your team's standards.

Cover Image for Trigger Asynchronous AWS Automations via Lambda Cloudformation Triggers

Trigger Asynchronous AWS Automations via Lambda Cloudformation Triggers

An AWS CloudFormation Custom Resource can be complicated to setup: This pattern provides drop in code to successfully trigger any lambda function during an AWS CloudFormation stack deployment.