AWS Lambda-backed Custom Resources for Stack Outputs, Resources, and Parameters
At Stelligent we are continually improving our methods for developing immutable infrastructure. One pattern we have adopted is to use a layered approach when provisioning AWS resources through CloudFormation. This leads to the break down of a single-purpose monolithic CloudFormation template, into multiple, reusable templates. While we find this approach to be more scalable and maintainable, Read more…