Closed ks888 closed 7 years ago
UserEmail and UserName parameters of CloudFormation template accept any values, and it will cause the errors like https://github.com/ks888/LambStatus/issues/6 later.
UserEmail
UserName
Add AllowedPattern property to parameters so that we can notice the wrong values as soon as possible. http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/parameters-section-structure.html
AllowedPattern
https://github.com/ks888/LambStatus/commit/3dc52622b5b6f56acd0a1efb99a7de217af75f0c fixes this.
UserEmail
andUserName
parameters of CloudFormation template accept any values, and it will cause the errors like https://github.com/ks888/LambStatus/issues/6 later.Add
AllowedPattern
property to parameters so that we can notice the wrong values as soon as possible. http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/parameters-section-structure.html