api-gateway
仓库创建 2019年5月19日最近提交 22 天前SkillHot 收录 22 天前
▸ 精选理由
覆盖创建、集成、鉴权与限流等常见 API 管理任务,适合云端运维与开发。
▸ 风险提示
需 AWS 凭据与权限,可能修改或删除生产 API 并产生费用。
这个 Skill 做什么
面向 Agent 的 AWS API Gateway 管理与配置操作指南与脚本集合。
能帮你用 AWS 的 API Gateway 把 REST/HTTP/WebSocket 接口建好、连后端、配鉴权、搭 stages 和限流,或者排查调用故障。适合在创建 API、改流量控制或调试时用。文档和脚本把常见模式、CLI 操作和排错流程都整理好了,省得手工翻官网。
▸ 展开 SKILL.md 英文原文
AWS API Gateway for REST and HTTP API management. Use when creating APIs, configuring integrations, setting up authorization, managing stages, implementing rate limiting, or troubleshooting API issues.
1.1k
Stars
443
Forks
18
仓库内 Skill
+0
7 日增星
安装 / 使用
给你的 Agent 一句话(通用)
帮我安装这个 skill:https://raw.githubusercontent.com/itsmostafa/aws-agent-skills/main/skills/api-gateway/SKILL.md或 curl 直取 SKILL.md
curl -fsSL "https://raw.githubusercontent.com/itsmostafa/aws-agent-skills/main/skills/api-gateway/SKILL.md"SKILL.MD 节选查看完整文件 ↗
# AWS API Gateway Amazon API Gateway is a fully managed service for creating, publishing, and securing APIs at any scale. Supports REST APIs, HTTP APIs, and WebSocket APIs. ## 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 ### API Types | Type | Description | Use Case | |------|-------------|----------| | **HTTP API** | Low-latency, cost-effective | Simple APIs, Lambda proxy | | **REST API** | Full-featured, more control | Complex APIs, transformation | | **WebSocket API** | Bidirectional comm
via SKILL·HOT · 数据来自 GitHub 公开信息 · 原文版权归作者所有