This monorepo contains the Better-SQS library and example packages.
Type-safe queues for AWS SQS. A simple, developer-friendly API with full TypeScript support.
See the package README for full documentation.
Basic usage examples demonstrating:
- Standalone
send()pattern createClient()factory pattern- Module augmentation for type safety
- Handler creation
- Node.js >= 18.0.0
- pnpm >= 8.0.0
pnpm installpnpm buildpnpm typecheckpnpm cleanMIT