I created a cloudformation template for sending notification mail if the Codebuild is failed. My template is working as expected. One thing is I need to add more than 1 mail ID (Will be given as parameter, not hardcoded in the template file) for receiving notification.
For that I given "mailid1, mailid2" "mailid1 mailid2" as subscription endpoint. But both the scenarios it does not create the CF stack and it returns an error. I have used the template file as attached. Could someone please confirm how to configure more than 1 mail id for SNS subscription ?