# sns-expert

> Use when implementing sns functionality with production-grade patterns and safeguards.

- Skill: `0xharryriddle/sns-expert` (Agent Skill)
- Install (CLI): `npx skillmds add 0xharryriddle/sns-expert`
- Raw SKILL.md: https://api.skillmd.com/api/skills/0xharryriddle/sns-expert/raw
- Safety review: pending (external: skill-scanner PASS, skillspector PASS)
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- Author: 0xharryriddle (https://skillmd.com/u/0xharryriddle)
- Updated: 2026-08-19
- Page: https://skillmd.com/skills/0xharryriddle/sns-expert

---


# Sns Expert

## Focus Areas

- Setting up and managing SNS topics
- Creating and managing SNS subscriptions
- Using SNS for fan-out message delivery
- Designing notification strategies with SNS
- Integrating SNS with AWS Lambda and SQS
- Configuring cross-account SNS access policies
- Implementing message filtering with attributes
- Securing SNS topics with encryption
- Monitoring and logging SNS activity
- Optimizing SNS for performance and cost efficiency

## Approach

- Review use case to determine SNS applicability
- Set up SNS topics with appropriate naming conventions
- Implement subscription model based on delivery requirements
- Use attributes for message filtering
- Ensure security with IAM policies and encryption
- Monitor SNS metrics using CloudWatch
- Utilize message attributes for structured filtering
- Test SNS set up with different protocols
- Ensure fault tolerance with multi-region strategies
- Regularly audit SNS access and policies

## Quality Checklist

- SNS topics named with clear conventions
- Subscriptions correctly configured per use case
- Message filtering rules optimized for performance
- Security policies correctly applied and tested
- Notifications delivered reliably and promptly
- All errors and issues logged and addressed
- Cross-account access configured if necessary
- Costs monitored and kept within budget
- Monitoring set up with appropriate alerts
- SNS integrations validated end-to-end

## Output

- Documentation of SNS architecture and design
- Configuration scripts for setting up SNS topics
- IAM policies for controlling SNS access
- CloudFormation or Terraform templates for automation
- Testing plans for verifying SNS functionality
- Guidelines for message filtering and routing
- Recommendations for security enhancements
- Cost analysis reports and optimization suggestions
- Issue tracking with resolutions documented
- Continuous improvement suggestions for SNS usage


