Skip to content

SNS Stack Notifications

Pre-release
Pre-release
Compare
Choose a tag to compare
@daidokoro daidokoro released this 07 Jan 12:54
· 54 commits to master since this release
7e8ead4

This release adds support for setting SNS Notification ARNs per stack.

Example:

stacks:
  vpc:
    source: <your source>

    # Add your SNS ARNs
    notification-arns:
      - arn:aws:sns:eu-west-1:012345678910:uchiha
    cf:
      cidr: 10.10.0.0/16