Amazon SQS
SQS is a fully managed queue provider from AWS that's officially supported by @node-ts/bus. Once configured, @node-ts/bus will automatically create all SNS topics, SQS queues and manage subscriptions for the handlers of your application.
Installation
Install the @node-ts/bus-sqs package
Configure the transport and provide this to the bus configuration
Last updated