aws-centralized-logging icon indicating copy to clipboard operation
aws-centralized-logging copied to clipboard

Bugfix emailregex

Open alkayahan opened this issue 4 years ago • 1 comments
trafficstars

Issue #27 Description of changes:

  1. Brought the templates back into the repository like it was in earlier versions, as opposed to being in S3 bucket, so that contributors can get involved. References in the README updated accordingly.
  2. Replaced the AllowedPattern regex for AdminEmail with the regex commonly used in other awslabs/aws-samples projects.

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.

alkayahan avatar Apr 21 '21 16:04 alkayahan

the regex has been updated to support '+' in email address as part of release v4.0.1

gsingh04 avatar Dec 09 '21 21:12 gsingh04