sns

仓库创建 2019年5月19日最近提交 22 天前SkillHot 收录 22 天前
▸ 精选理由

对接 AWS 通知与 pub/sub 操作,适合自动化运维与消息管理。

▸ 风险提示

需要 AWS 凭证并可能执行变更操作,注意权限与凭证管理。

这个 Skill 做什么

通过 Amazon SNS 创建和管理主题、订阅、过滤器并发送通知的技能。

用来创建和管理 SNS 主题、订阅、过滤规则,并发送通知到不同端点。适合做事件广播、系统间通知或移动推送时使用。特别之处在于支持多协议的 fan‑out 分发和按规则路由消息,方便实现灵活的订阅体系。

▸ 展开 SKILL.md 英文原文

AWS SNS notification service for pub/sub messaging. Use when creating topics, managing subscriptions, configuring message filtering, sending notifications, or setting up mobile push.

开发编程AWSSNS消息发布通知通用
1.1k
Stars
443
Forks
18
仓库内 Skill
+0
7 日增星
安装 / 使用
给你的 Agent 一句话(通用)
帮我安装这个 skill:https://raw.githubusercontent.com/itsmostafa/aws-agent-skills/main/skills/sns/SKILL.md
或 curl 直取 SKILL.md
curl -fsSL "https://raw.githubusercontent.com/itsmostafa/aws-agent-skills/main/skills/sns/SKILL.md"
SKILL.MD 节选查看完整文件 ↗
# AWS SNS

Amazon Simple Notification Service (SNS) is a fully managed pub/sub messaging service for application-to-application (A2A) and application-to-person (A2P) communication.

## Table of Contents

- [Core Concepts](#core-concepts)
- [Common Patterns](#common-patterns)
- [CLI Reference](#cli-reference)
- [Best Practices](#best-practices)
- [Troubleshooting](#troubleshooting)
- [References](#references)

## Core Concepts

### Topics

Named channels for publishing messages. Publishers send to topics, subscribers receive from topics.

### Topic Types

| Type | Description | Use Case |
|------|-------------|----------|
| **Standard** | Best-effort ordering, at-least-once | Most use cases |
via SKILL·HOT · 数据来自 GitHub 公开信息 · 原文版权归作者所有