Skip to content

aryasaatvik/better-sqs

Repository files navigation

Better-SQS Monorepo

This monorepo contains the Better-SQS library and example packages.

Packages

Type-safe queues for AWS SQS. A simple, developer-friendly API with full TypeScript support.

See the package README for full documentation.

Examples

Basic usage examples demonstrating:

  • Standalone send() pattern
  • createClient() factory pattern
  • Module augmentation for type safety
  • Handler creation

Development

Prerequisites

  • Node.js >= 18.0.0
  • pnpm >= 8.0.0

Setup

pnpm install

Build

pnpm build

Type Check

pnpm typecheck

Clean

pnpm clean

License

MIT

About

A TypeScript library that wraps AWS SQS with a Vercel Queue-like API

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published