add sns topic publishing of successful jobs

This commit is contained in:
Steve Nolen 2023-02-27 09:28:19 -05:00
commit 2b312547a0

View file

@ -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}