serverless-plugins icon indicating copy to clipboard operation
serverless-plugins copied to clipboard

subscribe serverless offline sqs queue to a serverless offline sns topic?

Open bitsofinfo opened this issue 3 years ago • 1 comments

I have a properly functioning serverless SQS queue subscribing to an SNS topic in AWS.... but when I run in offline mode w/ this plugin + the serverless-offline-sns plugin I can't seem to have that functionality replicated locally. Messages go to the local offline SNS... but the local offline SQS is not subscribed to it.... how can I replicate this locally?

bitsofinfo avatar Dec 15 '20 04:12 bitsofinfo

I've also tried to implement this with no luck. I ended up adding a lambda function that redirects the sns topic to sqs, which is not very practical.

RuiLoureiro avatar Jan 13 '21 18:01 RuiLoureiro