I have a SNS topic t1 that is subscribed into a SQS queue q1. I have a NodeJS process p1 that publishes to t1, process
t1
q1
p1