什麼是 aws-limits?
檢查基礎設施代碼是否有 AWS 服務配額違規情況。在查看配置 AWS 資源的 Terraform、CloudFormation、CDK、Pulumi 或 SDK 程式碼時使用。 來源:walletconnect/skills。
檢查基礎設施代碼是否有 AWS 服務配額違規情況。在查看配置 AWS 資源的 Terraform、CloudFormation、CDK、Pulumi 或 SDK 程式碼時使用。
透過命令列快速安裝 aws-limits AI 技能到你的開發環境
來源:walletconnect/skills。
Goal Catch AWS service limit/quota violations in infrastructure code before they cause production issues.
Example 1: Lambda timeout Input: Terraform defining Lambda with Step Functions integration
Output: High: Lambda timeout at maximum File: lambda.tf:12 Issue: Lambda timeout set to maximum (900s). Any operation exceeding this will fail. Limit: 900 seconds (hard) Docs: https://docs.aws.amazon.com/lambda/latest/dg/gettingstarted-limits.html Mitigation: For longer processes, use Step Functions with Lambda iterations or switch to Fargate.
檢查基礎設施代碼是否有 AWS 服務配額違規情況。在查看配置 AWS 資源的 Terraform、CloudFormation、CDK、Pulumi 或 SDK 程式碼時使用。 來源:walletconnect/skills。
為搜尋與 AI 引用準備的穩定欄位與指令。
npx skills add https://github.com/walletconnect/skills --skill aws-limits檢查基礎設施代碼是否有 AWS 服務配額違規情況。在查看配置 AWS 資源的 Terraform、CloudFormation、CDK、Pulumi 或 SDK 程式碼時使用。 來源:walletconnect/skills。
開啟你的終端機或命令列工具(如 Terminal、iTerm、Windows Terminal 等) 複製並執行以下指令:npx skills add https://github.com/walletconnect/skills --skill aws-limits 安裝完成後,技能將自動設定到你的 AI 程式設計環境中,可以在 Claude Code、Cursor 或 OpenClaw 中使用
https://github.com/walletconnect/skills