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();
Related skills
More from wraps-team/skills
aws-ses-best-practices
Email deliverability, warming, compliance, and operational guidelines for AWS Simple Email Service.
17wraps-email
TypeScript SDK for AWS SES with automatic credential resolution, React.email support, and template management.
4wraps-cli
CLI that deploys SES, DynamoDB, Lambda, and IAM resources to your AWS account with automatic DKIM, SPF, DMARC configuration.
3ses-troubleshoot
Interactive SES deliverability troubleshooting. Diagnoses bounces, spam placement, send failures, account health, and complaint issues with targeted AWS CLI commands and ordered remediation steps.
3