Description

This project provides an AWS SQS consumer library that is a wrapper for @ssut/nestjs-sqs

Quick Start

$ npm i
$ npm start

Using the library in other projects

Add the library to a project

$ npm add -S @flocasts/nestjs-aws-sqs-connector 

Import the module in the app.module.ts

@Module({
    SQSModule({
        consumers: [],
        producers: [],

    } as SQSOptions)
}]

License

Nest is MIT licensed.