add sns topic publishing of successful jobs
This commit is contained in:
parent
0e9c341741
commit
2b312547a0
1 changed files with 77 additions and 12 deletions
|
|
@ -323,3 +323,9 @@ rBuildsDevelEventRule:
|
|||
Fn::GetAtt: [ rBuildsEventRuleIamRole, Arn ]
|
||||
Arn:
|
||||
Ref: RBuildsStepFunction
|
||||
|
||||
rBuildsTopic:
|
||||
Type: AWS::SNS::Topic
|
||||
Properties:
|
||||
DisplayName: R Builds
|
||||
TopicName: ${self:custom.${self:provider.stage}.snsTopicName}
|
||||
|
|
|
|||
Loading…
Reference in a new issue