step-functions

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

便于在 agent 中构建与调试无服务器工作流,能处理错误与并行场景。

▸ 风险提示

需要 AWS 凭证并可能触发工作流执行,注意权限与资源开销。

这个 Skill 做什么

设计、部署和调试 AWS Step Functions 状态机与工作流编排的技能。

用于设计、部署和排查基于 AWS Step Functions 的状态机工作流,把多个 AWS 服务按步骤编排并处理错误、并行和重试逻辑。适合做业务流程编排、可视化监控和复杂错误处理场景,省去自己搭调度服务的麻烦。

▸ 展开 SKILL.md 英文原文

AWS Step Functions workflow orchestration with state machines. Use when designing workflows, implementing error handling, configuring parallel execution, integrating with AWS services, or debugging executions.

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

AWS Step Functions is a serverless orchestration service that lets you build and run workflows using state machines. Coordinate multiple AWS services into business-critical 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

### Workflow Types

| Type | Description | Pricing |
|------|-------------|---------|
| **Standard** | Long-running, durable, exactly-once | Per state transition |
| **Express** | High-volume, short-duration | Per execution (time + memory) |
via SKILL·HOT · 数据来自 GitHub 公开信息 · 原文版权归作者所有