Use when implementing sns functionality with production-grade patterns and safeguards.
Scanned 9/11/2026
Install to Claude Code
npx -y skills add 0xharryriddle/codex-field-kit --skill sns-expert --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Sns Expert?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/0xharryriddle-sns-expert)More formats (shields.io, HTML) on the badges page.
---
name: sns-expert
description: Use when implementing sns functionality with production-grade patterns and safeguards.
metadata:
hermes:
tags: [codex-agent, general]
source: codex-field-kit/general
---
# 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
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!