stelligent / cloudformation_templates

AWS - CloudFormation Templates

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

`codepipeline-notifications.yml` does not work

FantasticFiasco opened this issue · comments

Request

  • Bug

Details

I've run into a problem when it comes to CodePipeline notifications, and it seems that your code (codepipeline-notifications.yml) is experiencing the same problem. If you can, please verify that your template isn't working as expected.

Steps to reproduce:

  1. Run aws cloudformation create-stack --stack-name Notifications --template-body file://codepipeline-notifications.yml --parameter ParameterKey=EmailAddress,ParameterValue=<your email> and wait for stack to be created
  2. Accept the subscription confirmation by clicking the link in the received e-mail
  3. Trigger a CodePipeline that is configured to fail and wait for it to complete
  4. Verify that you haven't received an e-mail, but at this point you ought to have
  5. Navigate to CloudWatch and edit your rule. Don't change anything, just click through the wizard and update the rule in the console.
  6. Trigger the pipeline again. This time you will receive an e-mail.

As I said, I don't think anything is wrong in your template. I'm experiencing the same issue with one of my templates. But it would be beneficial if your sample indicated that the template didn't behave as expected, given you are able to reproduce the issue.

Best regards,
Mattias