Skip to content

API reference / @backpack/amazon-sqs

@backpack/amazon-sqs️ 📨

Utilities for sending messages to Amazon SQS.

Installing

First, ensure you have set up Nexus as private registry needed to use Backpack.

Then, install the package using npm:

bash
npm install @backpack/amazon-sqs

Make sure to also install the following AWS SDK client:

bash
npm install @aws-sdk/client-sqs

Classes