Auto-sync: 2026-04-20 00:02

This commit is contained in:
2026-04-20 00:02:56 +08:00
parent 8341ee6cc4
commit 6ab2838935
104 changed files with 4077 additions and 31 deletions

View File

@@ -0,0 +1,24 @@
---
title: "Amazon SNS"
type: entity
tags: [AWS, Event-Driven, Serverless, Pub/Sub]
sources: []
last_updated: 2026-04-19
---
## Summary
Amazon SNS 是 AWS 的发布/订阅消息通知服务,支持一对多消息广播。
## Definition
Amazon Simple Notification ServiceSNS是 AWS 提供的完全托管式发布/订阅消息通知服务,支持一对多消息推送。
## Key Attributes
- **类型**:消息通知服务
- **开发商**AWS
- **核心功能**:发布/订阅、主题订阅、消息推送、移动推送、邮件
- **定价**:按请求和消息大小计费
## Connections
- [[AWS]] ← 提供 ← [[Amazon SNS]]
- [[Lambda]] ← 触发 ← [[Amazon SNS]]
- [[Amazon SQS]] ← 集成 ← [[Amazon SNS]]