method SqsQueue.prototype.connect
Since 0.1.0
SqsQueue.prototype.connect(): Promise<void>

Connects the adapter to its backend.

Return Type

Promise<void>

Resolves when connected

Usage

import { SqsQueue } from "queue-plugin/src/index.ts";