CoorpAcademy / serverless-plugins

Collection of serverless plugins :zap:
231 stars 131 forks source link

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

Open bitsofinfo opened 3 years ago

bitsofinfo commented 3 years ago

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?

RuiLoureiro commented 3 years ago

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.