aws-sdk-java-v2-core
仓库创建 2025年10月21日最近提交 1 个月前SkillHot 收录 22 天前
▸ 精选理由
覆盖常见故障排查与生产默认值,适合构建健壮的 AWS 客户端。
▸ 风险提示
需配置 AWS 凭证,错误配置可能造成安全或调用失败。
这个 Skill 做什么
提供 AWS SDK for Java v2 的客户端配置、凭证解析、超时与重试等生产实践。
帮你把 AWS SDK for Java 2.x 的客户端配置成可上线运行的样子:把凭证与 region 解析、sync/async HTTP client、超时和重试策略都按生产级别调好。通常在创建或强化 AWS 客户端、把 SDK 当 Spring Boot bean 使用、排查认证/region 问题或选 sync vs async 时用。特色是给出实战可复用的默认值、生命周期管理和测试模式,少踩运维坑。
▸ 展开 SKILL.md 英文原文
Provides AWS SDK for Java 2.x client configuration, credential resolution, HTTP client tuning, timeout, retry, and testing patterns. Use when creating or hardening AWS service clients, wiring Spring Boot beans, debugging auth or region issues, or choosing sync vs async SDK usage.
311
Stars
37
Forks
40
仓库内 Skill
+10
7 日增星
安装 / 使用
给你的 Agent 一句话(通用)
帮我安装这个 skill:https://raw.githubusercontent.com/giuseppe-trisciuoglio/developer-kit/main/plugins/developer-kit-java/skills/aws-sdk-java-v2-core/SKILL.md或 curl 直取 SKILL.md
curl -fsSL "https://raw.githubusercontent.com/giuseppe-trisciuoglio/developer-kit/main/plugins/developer-kit-java/skills/aws-sdk-java-v2-core/SKILL.md"SKILL.MD 节选查看完整文件 ↗
# AWS SDK for Java 2.x Core Patterns ## Overview Use this skill to set up AWS SDK for Java 2.x clients with production-safe defaults. It focuses on the decisions that matter most: - how credentials and region are resolved - how to configure sync and async HTTP clients - how to apply timeouts, retries, lifecycle management, and tests Keep `SKILL.md` focused on setup and delivery flow. Use the `references/` files for deeper API details and expanded examples. ## When to Use - Creating or hardening AWS SDK for Java 2.x service clients - Wiring Spring Boot beans for AWS integration - Debugging auth, region, or credential issues - Choosing between sync (`S3Client`, `DynamoDbClient`) and asyn
via SKILL·HOT · 数据来自 GitHub 公开信息 · 原文版权归作者所有