Running bash commands in AWS CloudFormation templates

By Dustin Ward

Amazon Web Services FeedRunning bash commands in AWS CloudFormation templates Oftentimes we find customers who want to extend their AWS CloudFormation templates by running a few lines of code during template execution. For example, to call an external API. In these cases, customers were directed to use either custom resources, resource types, or macros to…