Singleton Bucket and Singleton SQS #30878
Unanswered
kamari-swami
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi, I am trying to subclass cloudfront
Distribution
intoMeteredDistribution()
. The sub-class will perform the following (in addition to making a new distribution):Every time,
MeteredDistribution
is called, it ends up making separate bucket and SQS queues. Which is undesirable.I see that there is SingletonFunction that would restrict the function to be created once in my stack and not more than once.
Do we have singleton's for Bucket and SQS?
If not, any suggestions how can I achieve single instance of bucket/SQS queues?
Beta Was this translation helpful? Give feedback.
All reactions