Tag: Custom Resources

Exploring Fn::ForEach and Fn::FindInMap enhancements in AWS CloudFormation

August 1, 2023 By Mark Otto Off

AWS CloudFormation, an Infrastructure as Code (IaC) service that lets you model, provision, and manage AWS and third-party resources, recently released a new language transform that enhances the core CloudFormation language. Today, we’ll be covering two more enhancements we’ve added since our initial release: Fn::FindInMap…