You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Updating readme with clearer language.
* Fix typo
* Remove reference to other tools.
* fix: mise run fmt
Signed-off-by: Scott Schreckengaust <scottschreckengaust@users.noreply.github.com>
---------
Signed-off-by: Scott Schreckengaust <scottschreckengaust@users.noreply.github.com>
Co-authored-by: Scott Schreckengaust <scottschreckengaust@users.noreply.github.com>
Copy file name to clipboardExpand all lines: README.md
+9-9Lines changed: 9 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,15 +3,15 @@
3
3
> [!IMPORTANT]
4
4
> Generative AI can make mistakes. You should consider reviewing all output and costs generated by your chosen AI model and agentic coding assistant. See [AWS Responsible AI Policy](https://aws.amazon.com/ai/responsible-ai/policy/).
5
5
6
-
Official AWS plugins for Claude Code, Cursor, and AI coding assistants.
6
+
Agent Plugins for AWS equip AI coding agents with the skills to help you architect, deploy, and operate on AWS. Agent plugins are currently supported by Claude Code.
|**deploy-on-aws**| Deploy applications to AWS with architecture recommendations, cost estimates, and IaC deployment | Available |
13
13
14
-
## Installation
14
+
## Installation (Claude Code)
15
15
16
16
### Add the marketplace
17
17
@@ -27,13 +27,13 @@ Official AWS plugins for Claude Code, Cursor, and AI coding assistants.
27
27
28
28
## deploy-on-aws
29
29
30
-
Analyze any codebase and deploy it to optimal AWS services with minimal decisions.
30
+
Equips agents with the skills to accelerate AWS deployment - recommending AWS architectures and services, estimating costs, generating Infrastructure as Code (CDK or CloudFormation), and guiding you through deployment.
31
31
32
32
### Workflow
33
33
34
34
1.**Analyze** - Scan codebase for framework, database, dependencies
35
35
2.**Recommend** - Select AWS services with concise rationale
36
-
3.**Estimate** - Show monthly cost before proceeding
36
+
3.**Estimate** - Show cost estimates before proceeding
0 commit comments