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

Commit c62ca60

Browse files
authored
fix: make subscriptions SNS topic name and display name unique for a stage (#673)
1 parent 0883257 commit c62ca60

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cloudformation/subscriptions.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ Resources:
8585
SubscriptionsTopic:
8686
Type: AWS::SNS::Topic
8787
Properties:
88-
TopicName: 'SubscriptionsTopic'
88+
DisplayName: !Join ['-', [FhirSolution, !Ref Stage, subscriptions, topic]]
8989
KmsMasterKeyId: !Ref SubscriptionsKey
9090

9191
RestHookSubscription:

0 commit comments

Comments
 (0)