Create an SQS Queue and an SNS Topic and Subscription using the AWS CLI
AWS gives engineers many ways to accomplish many tasks. Here we will look at creating both a Simple Notification Service topic as well as a Simple Queue Service queue and then creating an SNS subscription “linking” the two. All the while, we will exclusively use the AWS CLI to accomplish the task. This exercise could also be carried out in the AWS console as well as one of the AWS SDKs and…
Keep reading