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

24 lines
759 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 SQS"
type: entity
tags: [AWS, Event-Driven, Serverless, Queue]
sources: []
last_updated: 2026-04-19
---
## Summary
Amazon SQS 是 AWS 的消息队列服务,提供点对点异步通信机制,实现服务间松耦合。
## Definition
Amazon Simple Queue ServiceSQS是 AWS 提供的完全托管式消息队列服务,支持分布式系统异步通信和服务解耦。
## Key Attributes
- **类型**:消息队列服务
- **开发商**AWS
- **核心功能**:消息排队、点对点通信、消息持久化
- **定价**:按请求数量计费
- **队列类型**标准队列高吞吐、FIFO 队列(先进先出)
## Connections
- [[AWS]] ← 提供 ← [[Amazon SQS]]
- [[Lambda]] ← 触发 ← [[Amazon SQS]]