Skip to content

sardap/loopback4-sqs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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,
  );

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published