wraps-sms
Installation
SKILL.md
@wraps.dev/sms SDK
TypeScript SDK for AWS End User Messaging (Pinpoint SMS) with opt-out management, batch sending, and E.164 validation. Calls your AWS account directly — no proxy, no markup.
Installation
npm install @wraps.dev/sms
# or
pnpm add @wraps.dev/sms
Quick Start
import { WrapsSMS } from '@wraps.dev/sms';
const sms = new WrapsSMS();