TypeScript SDK

@pontx/amazon-sqs

The operator-published SDK for Amazon SQS message-queue API covers every Endpoint in the current PontxSpec.

v0.1.3Node.js 20 / 22 CIESM + CommonJSTypeScript declarationsSDK Endpoint coverage 23/23

SDK quality gate

The source for v0.1.3 passed its complete unit suite and built-package E2E on Node.js 20 / 22.

SDK quality: UT 100%, E2E passed
Unit tests
6/6 · 100%
E2E
Passed
Tested commit
9dcca9f
Verified
2026-08-15

Install and call

The SDK is produced by Pontx and typechecked and built before publication.

Install SDK
pnpm add @pontx/amazon-sqs
TypeScript usage
import { createAmazonSqsClient } from "@pontx/amazon-sqs";

const client = createAmazonSqsClient({ region: process.env.AWS_REGION });
const queues = await client.listQueues({});

Command-line access

This npm package also publishes a dedicated CLI for the API. Use dry-run to inspect parameters, then supply your own provider credentials when required.

Dedicated API CLI
pnpm add --global @pontx/amazon-sqs

pontx-amazon-sqs preview ListQueues --input '{}'