1.1.9 • Published 3 years ago

@sardap/loopback-sqs v1.1.9

Weekly downloads
73
License
MIT
Repository
github
Last release
3 years ago

Loopback4-SQS

Where are the tests?

Good news I have chosen given YOU the opportunity to write them. Quickly before I trick someone else into doing it.

How to use?

  const consumer = await app.get<SQSConsumer>(SQSBindings.SQS_CONSUMER);
  await consumer.subscribeToQueue(
    process.env.SQS_QUEUE_NAME,
    HANDLER_FUNCTION,
    err => {
      console.log(err);
    },
    err => {
      console.log(err);
    },
    MESSAGE_ATTR_NAMES,
  );
1.1.9

3 years ago

1.1.8

3 years ago

1.1.7

3 years ago

1.0.7

3 years ago

1.0.6

3 years ago

1.0.5

3 years ago

1.0.4

3 years ago

1.0.3

3 years ago

1.0.2

3 years ago

1.0.0

3 years ago

1.0.1

3 years ago