Files
nexus/wiki/entities/Amazon-SNS.md
2026-04-20 00:02:56 +08:00

24 lines
734 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
---
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]]