aws-samples / amazon-cloudwatch-auto-alarms

Automatically create and configure Amazon CloudWatch alarms for EC2 instances, RDS, and AWS Lambda using tags for standard and custom CloudWatch Metrics.
MIT No Attribution
91 stars 85 forks source link

Enable separation of alarm properties by a user specified character. #8

Closed knizami closed 3 years ago

knizami commented 3 years ago

This update enables the user to specify their own separator for alarm properties. In situations where alarm properties such as the dimension name include the default separator, '-', alarm creation fails. Specifying an alternative character enables the function to properly distinguish properties for the alarm.