Skip to content
This repository has been archived by the owner on Apr 13, 2023. It is now read-only.

Commit

Permalink
fix: make subscriptions SNS topic name and display name unique for a …
Browse files Browse the repository at this point in the history
…stage (#673)
  • Loading branch information
Zambonilli authored Aug 15, 2022
1 parent 0883257 commit c62ca60
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cloudformation/subscriptions.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ Resources:
SubscriptionsTopic:
Type: AWS::SNS::Topic
Properties:
TopicName: 'SubscriptionsTopic'
DisplayName: !Join ['-', [FhirSolution, !Ref Stage, subscriptions, topic]]
KmsMasterKeyId: !Ref SubscriptionsKey

RestHookSubscription:
Expand Down

0 comments on commit c62ca60

Please sign in to comment.