Integration & Automation
Tag: custom resource
Recap: Five ways custom resources help your automated deployments
In this quick recap, I feature five blog posts that show how you can use custom resources to extend AWS CloudFormation templates, from start to stack cleanup, when you’re building automated deployments.
Using a long-lived compute resource as a custom resource in AWS CloudFormation
Learn how to extend AWS CloudFormation by using AWS CodeBuild as a long-lived compute environment. This example is based on the AWX Quick Start.
AWS CloudFormation custom resource creation with Python, AWS Lambda, and crhelper
Learn how to create robust AWS CloudFormation custom resources by using the custom resource helper (crhelper) and AWS Lambda.