Custom resources

Managing Cross-Account DNS with Route 53, Lambda, and CloudFormation

April 12, 2020

In this blog post I’ll describe how to set up a central domain name for your group of users, and provide every sandbox AWS account their own Hosted Zone with a public domain name.

Read more
Migrate CloudFormation Custom Resources after AWS adds support

November 13, 2019

New services do not always deliver support for CloudFormation at the launch. If you work with CloudFormation, you can create a Custom Resource. With the new import functionality, once AWS adds native support for the resource, you can now import this resource into your template and remove the old custom resource.

Read more