Просмотр исходного кода

Merge PR #579: add-plugin/deploy-on-aws

Tobin South 6 месяцев назад
Родитель
Сommit
64ce1721a4
1 измененных файлов с 12 добавлено и 0 удалено
  1. 12 0
      .claude-plugin/marketplace.json

+ 12 - 0
.claude-plugin/marketplace.json

@@ -921,6 +921,18 @@
         "ref": "main"
       },
       "homepage": "https://github.com/awslabs/agent-plugins"
+    },
+    {
+      "name": "deploy-on-aws",
+      "description": "Deploy applications to AWS with architecture recommendations, cost estimates, and IaC deployment.",
+      "category": "deployment",
+      "source": {
+        "source": "git-subdir",
+        "url": "https://github.com/awslabs/agent-plugins.git",
+        "path": "plugins/deploy-on-aws",
+        "ref": "main"
+      },
+      "homepage": "https://github.com/awslabs/agent-plugins"
     }
   ]
 }