This is an example of how to use AWS SNS and SQS to publish messages to a topic(SNS) and consume them from a queue(SQS) using localstack.
make localstack
make build
make create
make publish
make consume
Simple NodeJS AWS SNS and SQS example using localstack
JavaScriptGPL-2.0