ministryofjustice / bootstrap-cfn

Opinionated layer for AWS CloudFormation
Other
17 stars 9 forks source link

Parse ACM key into alphanumeric #256

Closed sevenmachines closed 7 years ago

sevenmachines commented 7 years ago

The cloudformation config file ACM key is used to generate a cloudformation resource name for internal use and so must be an alphanumeric. This change parses the key to ensure it meets the AWS syntax criteria.