sqs
仓库创建 2019年5月19日最近提交 22 天前SkillHot 收录 22 天前
▸ 精选理由
方便在代理中自动化队列管理与故障处理配置,适合分布式系统运维。
▸ 风险提示
需要 AWS 凭证并可能执行变更操作,注意权限与消息数据敏感性。
这个 Skill 做什么
管理 AWS SQS 队列、死信队列、可见性超时及 FIFO 设置的技能。
负责 SQS 队列的创建与配置,涵盖死信队列、可见性超时和 FIFO 排序等细节。用在需要解耦微服务、做异步任务或把消息触发给 Lambda 的场景。特点是帮你设计重试与 DLQ 策略、控制可见性,减少重复消费和丢消息的风险。
▸ 展开 SKILL.md 英文原文
AWS SQS message queue service for decoupled architectures. Use when creating queues, configuring dead-letter queues, managing visibility timeouts, implementing FIFO ordering, or integrating with Lambda.
1.1k
Stars
443
Forks
18
仓库内 Skill
+0
7 日增星
安装 / 使用
给你的 Agent 一句话(通用)
帮我安装这个 skill:https://raw.githubusercontent.com/itsmostafa/aws-agent-skills/main/skills/sqs/SKILL.md或 curl 直取 SKILL.md
curl -fsSL "https://raw.githubusercontent.com/itsmostafa/aws-agent-skills/main/skills/sqs/SKILL.md"SKILL.MD 节选查看完整文件 ↗
# AWS SQS Amazon Simple Queue Service (SQS) is a fully managed message queuing service for decoupling and scaling microservices, distributed systems, and serverless applications. ## 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 ### Queue Types | Type | Description | Use Case | |------|-------------|----------| | **Standard** | At-least-once, best-effort ordering | High throughput | | **FIFO** | Exactly-once, strict ordering | Order-sensitive processing | ### Key Settings | Setting | Descrip
via SKILL·HOT · 数据来自 GitHub 公开信息 · 原文版权归作者所有