简体   繁体   中英

Recommended way to create AWS SNS topics and SQS queues and subscribing queues to topics

We have dozen SNS topics and SQS queues that subscribe to those topics. We want to automate the process of creating topics and queues and subscribing queues to topics so it is easily set up on different environments. Is there a recommended approach for this? Or if someone can steer me in the right direction based on their experiences. Thank you

Your best approach could possibly be use cloudformation templates.

https://docs.aws.amazon.com/sns/latest/dg/SendMessageToSQS.cloudformation.html

The only problem is that you'll easily find yourself going doing a deep rabbit hole so beware

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM