Skip to content

nestjs-aws-sqs-connector 0.0.4

Install from the command line:
Learn more about npm packages
$ npm install @flocasts/nestjs-aws-sqs-connector@0.0.4
Install via package.json:
"@flocasts/nestjs-aws-sqs-connector": "0.0.4"

About this version

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.

Details


Assets

  • nestjs-aws-sqs-connector-0.0.4.tgz

Download activity

  • Total downloads 1
  • Last 30 days 0
  • Last week 0
  • Today 0

Recent versions

View all